diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 3810c72ac062..a05893a238b7 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -631,6 +631,7 @@ enum queue_stop_reason { | |||
631 | IEEE80211_QUEUE_STOP_REASON_SKB_ADD, | 631 | IEEE80211_QUEUE_STOP_REASON_SKB_ADD, |
632 | }; | 632 | }; |
633 | 633 | ||
634 | #ifdef CONFIG_MAC80211_LEDS | ||
634 | struct tpt_led_trigger { | 635 | struct tpt_led_trigger { |
635 | struct led_trigger trig; | 636 | struct led_trigger trig; |
636 | char name[32]; | 637 | char name[32]; |
@@ -642,6 +643,7 @@ struct tpt_led_trigger { | |||
642 | unsigned int active, want; | 643 | unsigned int active, want; |
643 | bool running; | 644 | bool running; |
644 | }; | 645 | }; |
646 | #endif | ||
645 | 647 | ||
646 | /** | 648 | /** |
647 | * mac80211 scan flags - currently active scan mode | 649 | * mac80211 scan flags - currently active scan mode |