mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
8222f8e1b9
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> |
||
---|---|---|
.. | ||
backport-5.4 | ||
backport-5.10 | ||
files | ||
hack-5.4 | ||
hack-5.10 | ||
image | ||
other-files | ||
pending-5.4 | ||
pending-5.10 | ||
config-5.4 | ||
config-5.10 | ||
config-filter | ||
PATCHES |