Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

r8169: add MODULE_FIRMWARE entry for RTL8126A

Add the missing MODULE_FIRMWARE entry for RTL8126A.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/47ef79d2-59c4-4d44-9595-366c70c4ad87@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Heiner Kallweit and committed by
Jakub Kicinski
f4d3e595 c6a28acb

+1
+1
drivers/net/ethernet/realtek/r8169_main.c
··· 676 676 MODULE_FIRMWARE(FIRMWARE_8107E_2); 677 677 MODULE_FIRMWARE(FIRMWARE_8125A_3); 678 678 MODULE_FIRMWARE(FIRMWARE_8125B_2); 679 + MODULE_FIRMWARE(FIRMWARE_8126A_2); 679 680 680 681 static inline struct device *tp_to_dev(struct rtl8169_private *tp) 681 682 {