Skip to content

Commit

Permalink
r8169: factor out PHY configuration to r8169_phy_config.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiner Kallweit authored and David S. Miller committed Jan 11, 2020
1 parent 2992bdf commit 814c2bf
Showing 3 changed files with 1,308 additions and 1,292 deletions.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/realtek/Makefile
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 814c2bf

Please sign in to comment.