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)
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>

No differences found