Merge branch 'r8169-make-RTL8401-a-separate-chip-version'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2020 03:56:38 +0000 (20:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2020 03:56:38 +0000 (20:56 -0700)
Heiner Kallweit says:

====================
r8169: make RTL8401 a separate chip version

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: David S. Miller <davem@davemloft.net>

Trivial merge