]> git.pld-linux.org Git - packages/rtl8812au.git/blob - enable-cfg80211-support.patch
c108983186a4d87da98a51faf6c5485fa2a757aa
[packages/rtl8812au.git] / enable-cfg80211-support.patch
1 diff --git a/include/autoconf.h b/include/autoconf.h
2 index 6f579b3..c6511d8 100644
3 --- a/include/autoconf.h
4 +++ b/include/autoconf.h
5 @@ -38,11 +38,11 @@
6  #define PLATFORM_LINUX 1
7  
8  
9 -//#define CONFIG_IOCTL_CFG80211 1
10 +#define CONFIG_IOCTL_CFG80211 1
11  
12  #ifdef CONFIG_IOCTL_CFG80211
13 -       //#define RTW_USE_CFG80211_STA_EVENT /* Indecate new sta asoc through cfg80211_new_sta */
14 -       #define CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER
15 +       #define RTW_USE_CFG80211_STA_EVENT /* Indecate new sta asoc through cfg80211_new_sta */
16 +       //#define CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER
17         //#define CONFIG_DEBUG_CFG80211 
18         //#define CONFIG_DRV_ISSUE_PROV_REQ // IOT FOR S2
19         #define CONFIG_SET_SCAN_DENY_TIMER
This page took 0.068134 seconds and 2 git commands to generate.