net: rtl8192cu: fix wrong configuration in Makefile
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 26 Apr 2022 04:36:16 +0000 (13:36 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 09:33:03 +0000 (18:33 +0900)
RTL8192CU_VENDOR is to distinguish with mainline and non-mainlne.
RTL8192CU_VENDOR is for non-mainline. So it needs to use
CONFIG_RTL8192CU_VENDOR instead of CONFIG_RTL8182CU.

It's why rtl8192cu dongle doesn't work in RPI4 target.

Change-Id: I93a50f5db3a965fdb4d8ee1e5a70d3956d5f6679
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/net/wireless/realtek/rtlwifi/rtl8192cu/Makefile

index 8b3921f..f1e4ef2 100644 (file)
@@ -10,4 +10,4 @@ rtl8192cu-objs :=             \
                table.o         \
                trx.o
 
-obj-$(CONFIG_RTL8192CU) += rtl8192cu.o
+obj-$(CONFIG_RTL8192CU_VENDOR) += rtl8192cu.o