linux/drivers/net/wireless/realtek/rtl8xxxu
Arnd Bergmann 38ae319229 wifi: rtl8xxxu: add LEDS_CLASS dependency
rtl8xxxu now unconditionally uses LEDS_CLASS, so a Kconfig dependency
is required to avoid link errors:

aarch64-linux-ld: drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.o: in function `rtl8xxxu_disconnect':
rtl8xxxu_core.c:(.text+0x730): undefined reference to `led_classdev_unregister'

ERROR: modpost: "led_classdev_unregister" [drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.ko] undefined!
ERROR: modpost: "led_classdev_register_ext" [drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.ko] undefined!

Fixes: 3be0162299 ("wifi: rtl8xxxu: Register the LED and make it blink")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230217095910.2480356-1-arnd@kernel.org
2023-02-17 18:30:44 +02:00
..
Kconfig wifi: rtl8xxxu: add LEDS_CLASS dependency 2023-02-17 18:30:44 +02:00
Makefile wifi: rtl8xxxu: Support new chip RTL8188EU 2022-12-21 20:51:40 +02:00
rtl8xxxu_8188e.c wifi: rtl8xxxu: Add LED control code for RTL8188EU 2023-02-13 19:24:35 +02:00
rtl8xxxu_8188f.c wifi: rtl8xxxu: Report the RSSI to the firmware 2023-01-16 18:27:05 +02:00
rtl8xxxu_8192c.c wifi: rtl8xxxu: Report the RSSI to the firmware 2023-01-16 18:27:05 +02:00
rtl8xxxu_8192e.c wifi: rtl8xxxu: Add LED control code for RTL8192EU 2023-02-13 19:24:36 +02:00
rtl8xxxu_8723a.c wifi: rtl8xxxu: Add LED control code for RTL8723AU 2023-02-13 19:24:36 +02:00
rtl8xxxu_8723b.c wifi: rtl8xxxu: Report the RSSI to the firmware 2023-01-16 18:27:05 +02:00
rtl8xxxu_core.c wifi: rtl8xxxu: fix txdw7 assignment of TX DESC v3 2023-02-13 19:25:01 +02:00
rtl8xxxu_regs.h wifi: rtl8xxxu: Add LED control code for RTL8192EU 2023-02-13 19:24:36 +02:00
rtl8xxxu.h wifi: rtl8xxxu: Register the LED and make it blink 2023-02-13 19:24:35 +02:00