Skip to content

Commit

Permalink
r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b
Browse files Browse the repository at this point in the history
Add a missing MODULE_FIRMWARE entry.

Fixes: 69cb899 ("r8169: add support for RTL8126A rev.b")
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: NipaLocal <nipa@local>
  • Loading branch information
hkallweit authored and NipaLocal committed Sep 20, 2024
1 parent b6688ed commit e0f73bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/realtek/r8169_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ MODULE_FIRMWARE(FIRMWARE_8107E_2);
MODULE_FIRMWARE(FIRMWARE_8125A_3);
MODULE_FIRMWARE(FIRMWARE_8125B_2);
MODULE_FIRMWARE(FIRMWARE_8126A_2);
MODULE_FIRMWARE(FIRMWARE_8126A_3);

static inline struct device *tp_to_dev(struct rtl8169_private *tp)
{
Expand Down

0 comments on commit e0f73bd

Please sign in to comment.