openwrtv4/target/linux/mpc85xx
Felix Fietkau 7b85e8e316 mpc85xx: TL-WDR4900: Fix port 6 being shown as up (10MBit/half) in LUCI/swconfig
Currently port 6 is shown as up 10MBit/half in LUCI and swconfig.
Reason is that all bits in the port 6 config are zero.
This means that also the aneg flag is not set and in this case
ar8216_read_port_link hardcodes the link to be up.

This is no real problem but a little annoying.
To fix this initialize port 6 with the aneg bit enabled.
This causes ar8216_read_port_link to evaluate the link status bit which is
always zero for port 6 as no PHY is connected to this port.
And it doesn't hurt as port 6 isn't connected to anything on TL-WDR4900.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

SVN-Revision: 45749
2015-05-25 21:15:37 +00:00
..
base-files mpc85xx: replace WDR4900 uci-defaults ethernet MAC address hack with DTS entry 2015-05-03 18:00:47 +00:00
files/arch/powerpc mpc85xx: TL-WDR4900: Fix port 6 being shown as up (10MBit/half) in LUCI/swconfig 2015-05-25 21:15:37 +00:00
generic mpc85xx: Add subtargets Generic and P1020 2013-04-26 16:57:43 +00:00
image mpc85xx: fix another typo in the image makefile 2014-12-11 18:18:16 +00:00
p1020 mcp85xx/p1020: fixup config-default 2014-12-11 18:39:22 +00:00
patches-3.18 kernel: update 3.18 to 3.18.14 2015-05-21 19:32:46 +00:00
profiles mpc85xx: use wpad-mini in WDR4900 profile instead of wpad 2014-10-14 10:30:56 +00:00
base-files.mk mpc85xx: add user-space support for the TL-WDR4900 v1 2013-02-21 19:20:34 +00:00
config-3.18 kernel: move KERNFS to generic config 2015-03-06 07:56:47 +00:00
Makefile mpc85xx: set v3.18 as default 2015-02-19 14:30:03 +00:00