.. | .. |
---|
78 | 78 | #ifdef CONFIG_RTW_ANDROID |
---|
79 | 79 | |
---|
80 | 80 | #include <linux/version.h> |
---|
81 | | - |
---|
82 | | - #ifndef CONFIG_PLATFORM_ANDROID |
---|
83 | | - #define CONFIG_PLATFORM_ANDROID |
---|
84 | | - #endif |
---|
85 | 81 | |
---|
86 | 82 | #ifndef CONFIG_IOCTL_CFG80211 |
---|
87 | 83 | #define CONFIG_IOCTL_CFG80211 |
---|
.. | .. |
---|
172 | 168 | |
---|
173 | 169 | #ifdef CONFIG_RESUME_IN_WORKQUEUE /* this can be removed, because there is no case for this... */ |
---|
174 | 170 | #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..." |
---|
176 | 172 | #error "If you still want to enable CONFIG_RESUME_IN_WORKQUEUE in this case, mask this preprossor checking and GOOD LUCK..." |
---|
177 | | -*/ |
---|
178 | 173 | #endif |
---|
179 | 174 | #endif |
---|
180 | 175 | |
---|
.. | .. |
---|
801 | 796 | #define DBG_THREAD_PID /* Add thread pid to debug message prefix */ |
---|
802 | 797 | #define DBG_CPU_INFO /* Add CPU info to debug message prefix */ |
---|
803 | 798 | #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 | | - |
---|
809 | 799 | |
---|
810 | 800 | #endif /* __DRV_CONF_H__ */ |
---|