openwrt/target/linux/generic
David Bauer 773afb0a53 ath79: fix link mode support list on UniFi AC
This fixes incorrect supported link modes indicated when using ethtool
on the Ubiquiti UniFi AC lite / LR / Mesh.

eroot@OpenWrt:~# ethtool eth0
Settings for eth0:
	Supported ports: [ TP MII ]
	Supported link modes:   100baseT/Half 100baseT/Full
	                        1000baseT/Full
	                        1000baseX/Full

The reason for this is, that since kernel 5.4 the PHY capabilities are
read dynamically from the PHY. As Ubiquiti leaves the PHY in a wrong
state, the capabilities of the SGMII side of the PHY are read.

As a side effect, 10 Mbit/s link modes did not work on these boards.

Signed-off-by: David Bauer <mail@david-bauer.net>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:59 +00:00
..
backport-5.4 kernel: backport 5.13 mtd partitioning changes 2021-09-01 08:07:53 +00:00
backport-5.10 kernel: bump 5.10 to 5.10.28 2021-09-01 08:07:58 +00:00
files lantiq: add Linux 5.10 support as testing kernel 2021-09-01 08:07:59 +00:00
hack-5.4 kernel: bump 5.4 to 5.4.110 2021-09-01 08:07:58 +00:00
hack-5.10 kernel: fix deferred mtdblock registration 2021-09-01 08:07:58 +00:00
image target: use SPDX license identifiers on Makefiles 2021-09-01 08:07:34 +00:00
other-files initramfs: switch to tmpfs to fix ujail 2021-09-01 08:07:15 +00:00
pending-5.4 ath79: fix link mode support list on UniFi AC 2021-09-01 08:07:59 +00:00
pending-5.10 ath79: fix link mode support list on UniFi AC 2021-09-01 08:07:59 +00:00
config-5.4 kernel: Move CONFIG_USERIO to generic config 2021-09-01 08:07:53 +00:00
config-5.10 kernel: Move CONFIG_USERIO to generic config 2021-09-01 08:07:53 +00:00
config-filter kernel: generic: filter out CONFIG_PLUGIN_HOSTCC 2021-09-01 08:07:46 +00:00
PATCHES