commit | cdafdc29ef75a5bca300cada5fd4a205d5ef29cf | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sun Jun 28 23:17:07 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 28 20:56:38 2020 -0700 |
tree | a798937eaafd87eca47c9c0277d22d9e700ce26b | |
parent | 93c09ca6b140fcd672bb815624a6682016b005b6 [diff] |
r8169: sync support for RTL8401 with vendor driver So far RTL8401 was treated like a RTL8101e, means we relied on the BIOS to configure MAC and PHY properly. Make RTL8401 a separate chip version and copy MAC / PHY config from r8101 vendor driver. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>