aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 662e69ef7eed..b898b316bda1 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -500,8 +500,9 @@ struct ieee80211_local {
500 500
501#ifdef CONFIG_MAC80211_LEDS 501#ifdef CONFIG_MAC80211_LEDS
502 int tx_led_counter, rx_led_counter; 502 int tx_led_counter, rx_led_counter;
503 struct led_trigger *tx_led, *rx_led, *assoc_led; 503 struct led_trigger *tx_led, *rx_led, *assoc_led, *radio_led;
504 char tx_led_name[32], rx_led_name[32], assoc_led_name[32]; 504 char tx_led_name[32], rx_led_name[32],
505 assoc_led_name[32], radio_led_name[32];
505#endif 506#endif
506 507
507 u32 channel_use; 508 u32 channel_use;