diff options
author | Fabio Baltieri <fabio.baltieri@gmail.com> | 2013-07-25 06:00:26 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-08-01 04:48:49 -0400 |
commit | e47f2509e5f182f4df144406de6f2bc78179d57e (patch) | |
tree | a5adb4abee88bce7156d40a627ed47b3b7e1c3a2 /net/mac80211/ieee80211_i.h | |
parent | c82b5a74cc739385db6e4275fe504a0e9469bf01 (diff) |
mac80211: use oneshot blink API for LED triggers
Change mac80211 LED trigger code to use the generic
led_trigger_blink_oneshot() API for transmit and receive activity
indication.
This gives a better feedback to the user, as with the new API each
activity event results in a visible blink, while a constant traffic
results in a continuous blink at constant rate.
Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
[fix LED disabled build error]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 3d32df1fbc6d..d779383c52d2 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1094,7 +1094,6 @@ struct ieee80211_local { | |||
1094 | u32 dot11TransmittedFrameCount; | 1094 | u32 dot11TransmittedFrameCount; |
1095 | 1095 | ||
1096 | #ifdef CONFIG_MAC80211_LEDS | 1096 | #ifdef CONFIG_MAC80211_LEDS |
1097 | int tx_led_counter, rx_led_counter; | ||
1098 | struct led_trigger *tx_led, *rx_led, *assoc_led, *radio_led; | 1097 | struct led_trigger *tx_led, *rx_led, *assoc_led, *radio_led; |
1099 | struct tpt_led_trigger *tpt_led_trigger; | 1098 | struct tpt_led_trigger *tpt_led_trigger; |
1100 | char tx_led_name[32], rx_led_name[32], | 1099 | char tx_led_name[32], rx_led_name[32], |