1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 14:38:20 +02:00
openwrt/target/linux/generic
David Bauer 8222f8e1b9 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>
2021-04-15 22:40:39 +02:00
..
backport-5.4 kernel: backport 5.13 mtd partitioning changes 2021-03-29 08:46:17 +02:00
backport-5.10 kernel: bump 5.10 to 5.10.28 2021-04-11 00:02:05 +02:00
files lantiq: add Linux 5.10 support as testing kernel 2021-04-12 23:23:09 +02:00
hack-5.4 kernel: bump 5.4 to 5.4.110 2021-04-10 20:27:40 +02:00
hack-5.10 kernel: fix deferred mtdblock registration 2021-04-12 22:19:49 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.4 ath79: fix link mode support list on UniFi AC 2021-04-15 22:40:39 +02:00
pending-5.10 ath79: fix link mode support list on UniFi AC 2021-04-15 22:40:39 +02:00
config-5.4 kernel: Move CONFIG_USERIO to generic config 2021-03-27 14:34:22 +01:00
config-5.10 kernel: Move CONFIG_USERIO to generic config 2021-03-27 14:34:22 +01:00
config-filter kernel: generic: filter out CONFIG_PLUGIN_HOSTCC 2021-03-06 03:52:33 +00:00
PATCHES