summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/001-disable_rfkill.patch
blob: 7af485f5bf746dc27725f30b2f092ff7c2e0963c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/include/linux/rfkill.h
+++ b/include/linux/rfkill.h
@@ -3,6 +3,10 @@
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31))
 
+#undef CONFIG_RFKILL
+#undef CONFIG_RFKILL_LEDS
+#undef CONFIG_RFKILL_MODULE
+
 #include_next <linux/rfkill.h>
 
 #else