r8169: remove support for RTL_GIGA_MAC_VER_01
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 25 May 2019 19:14:39 +0000 (21:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 May 2019 05:21:08 +0000 (22:21 -0700)
commite9588eb9316ec3c6212ea6e6c31e2d0d91d67c2f
tree9c47a004e3d4ff4163b91f2df71d1ab9cfd579b5
parentfcb40e161aa77df13c6c7a744726e92b4a24734c
r8169: remove support for RTL_GIGA_MAC_VER_01

RTL_GIGA_MAC_VER_01 is RTL8169, the ancestor of the chip family.
It didn't have an internal PHY and I've never seen it in the wild.
What isn't there doesn't need to be maintained, so let's remove
support for it.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c