diff options
Diffstat (limited to 'package/mac80211/patches/511-mac80211_no_led_fix.patch')
-rw-r--r-- | package/mac80211/patches/511-mac80211_no_led_fix.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/mac80211/patches/511-mac80211_no_led_fix.patch b/package/mac80211/patches/511-mac80211_no_led_fix.patch deleted file mode 100644 index 237d6012e6..0000000000 --- a/package/mac80211/patches/511-mac80211_no_led_fix.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/net/mac80211/ieee80211_i.h -+++ b/net/mac80211/ieee80211_i.h -@@ -642,6 +642,7 @@ enum queue_stop_reason { - IEEE80211_QUEUE_STOP_REASON_SKB_ADD, - }; - -+#ifdef CONFIG_MAC80211_LEDS - struct tpt_led_trigger { - struct led_trigger trig; - char name[32]; -@@ -652,6 +653,7 @@ struct tpt_led_trigger { - unsigned long prev_traffic; - unsigned long tx_bytes, rx_bytes; - }; -+#endif - - /** - * mac80211 scan flags - currently active scan mode |