forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/Makefile
....@@ -14,8 +14,7 @@
1414 #EXTRA_CFLAGS += -Wno-unused-parameter
1515 #EXTRA_CFLAGS += -Wno-unused-function
1616 #EXTRA_CFLAGS += -Wno-unused
17
-EXTRA_CFLAGS += -Wno-uninitialized
18
-EXTRA_CFLAGS += -Wno-tautological-pointer-compare
17
+#EXTRA_CFLAGS += -Wno-uninitialized
1918
2019 GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
2120 ifeq ($(GCC_VER_49),1)
....@@ -92,11 +91,9 @@
9291 # user priority mapping rule : tos, dscp
9392 CONFIG_RTW_UP_MAPPING_RULE = tos
9493 CONFIG_RTW_MBO = n
95
-# AMSDU in security network
96
-CONFIG_SEC_AMSDU_MODE = non-spp
9794 ########################## Android ###########################
9895 # CONFIG_RTW_ANDROID - 0: no Android, 4/5/6/7/8/9/10 : Android version
99
-CONFIG_RTW_ANDROID = 12
96
+CONFIG_RTW_ANDROID = 10
10097
10198 ifeq ($(shell test $(CONFIG_RTW_ANDROID) -gt 0; echo $$?), 0)
10299 EXTRA_CFLAGS += -DCONFIG_RTW_ANDROID=$(CONFIG_RTW_ANDROID)
....@@ -105,7 +102,7 @@
105102 CONFIG_RTW_DEBUG = y
106103 # default log level is _DRV_INFO_ = 4,
107104 # please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
108
-CONFIG_RTW_LOG_LEVEL = 4
105
+CONFIG_RTW_LOG_LEVEL = 2
109106
110107 # enable /proc/net/rtlxxxx/ debug interfaces
111108 CONFIG_PROC_DEBUG = y