mac80211: use oneshot blink API for LED triggers
authorFabio Baltieri <fabio.baltieri@gmail.com>
Thu, 25 Jul 2013 10:00:26 +0000 (12:00 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 1 Aug 2013 08:48:49 +0000 (10:48 +0200)
commite47f2509e5f182f4df144406de6f2bc78179d57e
treea5adb4abee88bce7156d40a627ed47b3b7e1c3a2
parentc82b5a74cc739385db6e4275fe504a0e9469bf01
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>
net/mac80211/ieee80211_i.h
net/mac80211/led.c
net/mac80211/led.h
net/mac80211/status.c
net/mac80211/tx.c