r8169: factor out PHY configuration to r8169_phy_config.c
Move chip-specific PHY configurations to separate source file r8169_phy_config.c. This improves maintainability of the driver. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2992bdfa4a
commit
814c2bfd4f
@ -6,5 +6,5 @@
|
||||
obj-$(CONFIG_8139CP) += 8139cp.o
|
||||
obj-$(CONFIG_8139TOO) += 8139too.o
|
||||
obj-$(CONFIG_ATP) += atp.o
|
||||
r8169-objs += r8169_main.o r8169_firmware.o
|
||||
r8169-objs += r8169_main.o r8169_firmware.o r8169_phy_config.o
|
||||
obj-$(CONFIG_R8169) += r8169.o
|
||||
|
File diff suppressed because it is too large
Load Diff
1307
drivers/net/ethernet/realtek/r8169_phy_config.c
Normal file
1307
drivers/net/ethernet/realtek/r8169_phy_config.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user