hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/drv_conf.h
....@@ -78,10 +78,6 @@
7878 #ifdef CONFIG_RTW_ANDROID
7979
8080 #include <linux/version.h>
81
-
82
- #ifndef CONFIG_PLATFORM_ANDROID
83
- #define CONFIG_PLATFORM_ANDROID
84
- #endif
8581
8682 #ifndef CONFIG_IOCTL_CFG80211
8783 #define CONFIG_IOCTL_CFG80211
....@@ -172,9 +168,8 @@
172168
173169 #ifdef CONFIG_RESUME_IN_WORKQUEUE /* this can be removed, because there is no case for this... */
174170 #if !defined(CONFIG_WAKELOCK) && !defined(CONFIG_ANDROID_POWER)
175
-/* #error "enable CONFIG_RESUME_IN_WORKQUEUE without CONFIG_WAKELOCK or CONFIG_ANDROID_POWER will suffer from the danger of wifi's unfunctionality..."
171
+ #error "enable CONFIG_RESUME_IN_WORKQUEUE without CONFIG_WAKELOCK or CONFIG_ANDROID_POWER will suffer from the danger of wifi's unfunctionality..."
176172 #error "If you still want to enable CONFIG_RESUME_IN_WORKQUEUE in this case, mask this preprossor checking and GOOD LUCK..."
177
-*/
178173 #endif
179174 #endif
180175
....@@ -801,10 +796,5 @@
801796 #define DBG_THREAD_PID /* Add thread pid to debug message prefix */
802797 #define DBG_CPU_INFO /* Add CPU info to debug message prefix */
803798 #endif
804
-
805
-#ifndef RTW_AMSDU_MODE
806
-#define RTW_AMSDU_MODE 0 /* 0:non-SPP, 1:spp mode, 2:All drop */
807
-#endif
808
-
809799
810800 #endif /* __DRV_CONF_H__ */