]> git.pld-linux.org Git - packages/rtl8812au.git/blame - enable-cfg80211-support.patch
- start fixing build with linux 4.12
[packages/rtl8812au.git] / enable-cfg80211-support.patch
CommitLineData
e46e556c
JR
1diff --git a/include/autoconf.h b/include/autoconf.h
2index 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.067753 seconds and 4 git commands to generate.