mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-04 23:14:26 -05:00
Kernel 3.14 introduced a switch reset in phy_init_hw in drivers/net/phy causing BMCR_ANENABLE to get cleared. Due to the fact that ar8xxx_phy_config_aneg does nothing for PHY 0 autonegatiation support remains disabled. This can cause ports to operate at 10MBit/half-duplex only. Fix this by calling genphy_config_aneg for PHY 0 too as genphy_config_aneg sets BMCR_ANENABLE if it's not yet set. Fixes: ticket 17800 Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 43332 |
||
|---|---|---|
| .. | ||
| b53 | ||
| adm6996.c | ||
| adm6996.h | ||
| ar8216.c | ||
| ar8216.h | ||
| ip17xx.c | ||
| micrel.c | ||
| mvswitch.c | ||
| mvswitch.h | ||
| psb6970.c | ||
| rtl8306.c | ||
| rtl8366_smi.c | ||
| rtl8366_smi.h | ||
| rtl8366rb.c | ||
| rtl8366s.c | ||
| rtl8367.c | ||
| rtl8367b.c | ||
| swconfig_leds.c | ||
| swconfig.c | ||