diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 523b90be8dc5..3810c72ac062 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -637,9 +637,10 @@ struct tpt_led_trigger { | |||
637 | const struct ieee80211_tpt_blink *blink_table; | 637 | const struct ieee80211_tpt_blink *blink_table; |
638 | unsigned int blink_table_len; | 638 | unsigned int blink_table_len; |
639 | struct timer_list timer; | 639 | struct timer_list timer; |
640 | bool running; | ||
641 | unsigned long prev_traffic; | 640 | unsigned long prev_traffic; |
642 | unsigned long tx_bytes, rx_bytes; | 641 | unsigned long tx_bytes, rx_bytes; |
642 | unsigned int active, want; | ||
643 | bool running; | ||
643 | }; | 644 | }; |
644 | 645 | ||
645 | /** | 646 | /** |