summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hemp <c.hemp@phytec.de>2013-10-04 10:27:09 +0200
committerJustin Waters <justin.waters@timesys.com>2013-11-12 11:44:12 -0500
commitfde551c868f0221854a9961502e1eeaea526fd67 (patch)
tree6acc65058cd77146cf3737c04307d3e3b2b5e6bb
parent3f40d1c6b46d5cfc32c3a1ee2cde42b2ebe12b75 (diff)
net: phy: micrel: remove asym pause support
Micrel phy KSZ9031 and KSZ9021 have both the same HW bug with asym_pause. If asym_pause is enable you will have to unplug and replug the cable to make the phy work. Signed-off-by: Christian Hemp <c.hemp@phytec.de>
-rw-r--r--drivers/net/phy/micrel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c
index 4f43f794c2df..49e6ca5a7d96 100644
--- a/drivers/net/phy/micrel.c
+++ b/drivers/net/phy/micrel.c
@@ -191,8 +191,7 @@ static struct phy_driver ksz9031_driver = {
.phy_id = PHY_ID_KSZ9031,
.phy_id_mask = 0x00fffff0,
.name = "Micrel KSZ9031 Gigabit PHY",
- .features = (PHY_GBIT_FEATURES | SUPPORTED_Pause
- | SUPPORTED_Asym_Pause),
+ .features = (PHY_GBIT_FEATURES | SUPPORTED_Pause),
.flags = PHY_HAS_MAGICANEG | PHY_HAS_INTERRUPT,
.config_init = kszphy_config_init,
.config_aneg = genphy_config_aneg,