diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index db80e1be1dcb..d34a9deca67a 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -503,8 +503,8 @@ struct ieee80211_local { | |||
503 | 503 | ||
504 | #ifdef CONFIG_MAC80211_LEDS | 504 | #ifdef CONFIG_MAC80211_LEDS |
505 | int tx_led_counter, rx_led_counter; | 505 | int tx_led_counter, rx_led_counter; |
506 | struct led_trigger *tx_led, *rx_led; | 506 | struct led_trigger *tx_led, *rx_led, *assoc_led; |
507 | char tx_led_name[32], rx_led_name[32]; | 507 | char tx_led_name[32], rx_led_name[32], assoc_led_name[32]; |
508 | #endif | 508 | #endif |
509 | 509 | ||
510 | u32 channel_use; | 510 | u32 channel_use; |