net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WAR
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 19 Sep 2014 20:07:51 +0000 (13:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Sep 2014 20:27:07 +0000 (16:27 -0400)
commite18556ee3bd83ed58f9fd77f66f05d17213a95f9
treea4ab9db236fe140fd28a0b4cce731fa0f2c7e37c
parentbb7d93496f7ac203f7c3e9678000d1c83eb4e0ba
net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WAR

There is no need for the PHY driver to check PHY_BRCM_100MBPS_WAR since
that is redundant with checking the PHY device supported features. Get
rid of that workaround flag.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/bcm7xxx.c