mt76: update to the latest version
[oweals/openwrt.git] / package / kernel / mac80211 / patches / 010-disable_rfkill.patch
1 --- a/backport-include/linux/rfkill.h
2 +++ b/backport-include/linux/rfkill.h
3 @@ -2,6 +2,12 @@
4  #define __COMPAT_RFKILL_H
5  #include <linux/version.h>
6  
7 +#undef CONFIG_RFKILL
8 +#undef CONFIG_RFKILL_FULL
9 +#undef CONFIG_RFKILL_LEDS
10 +#undef CONFIG_RFKILL_MODULE
11 +#undef CONFIG_RFKILL_FULL_MODULE
12 +
13  #if LINUX_VERSION_IS_GEQ(3,10,0)
14  #include_next <linux/rfkill.h>
15  #else