aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/led.h')
-rw-r--r--net/mac80211/led.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/mac80211/led.h b/net/mac80211/led.h
index 6c215dc0fc96..e0275d9befa8 100644
--- a/net/mac80211/led.h
+++ b/net/mac80211/led.h
@@ -21,8 +21,8 @@ void ieee80211_led_radio(struct ieee80211_local *local,
21void ieee80211_led_names(struct ieee80211_local *local); 21void ieee80211_led_names(struct ieee80211_local *local);
22void ieee80211_led_init(struct ieee80211_local *local); 22void ieee80211_led_init(struct ieee80211_local *local);
23void ieee80211_led_exit(struct ieee80211_local *local); 23void ieee80211_led_exit(struct ieee80211_local *local);
24void ieee80211_start_tpt_led_trig(struct ieee80211_local *local); 24void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local,
25void ieee80211_stop_tpt_led_trig(struct ieee80211_local *local); 25 unsigned int types_on, unsigned int types_off);
26#else 26#else
27static inline void ieee80211_led_rx(struct ieee80211_local *local) 27static inline void ieee80211_led_rx(struct ieee80211_local *local)
28{ 28{
@@ -47,10 +47,9 @@ static inline void ieee80211_led_init(struct ieee80211_local *local)
47static inline void ieee80211_led_exit(struct ieee80211_local *local) 47static inline void ieee80211_led_exit(struct ieee80211_local *local)
48{ 48{
49} 49}
50static inline void ieee80211_start_tpt_led_trig(struct ieee80211_local *local) 50static inline void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local,
51{ 51 unsigned int types_on,
52} 52 unsigned int types_off)
53static inline void ieee80211_stop_tpt_led_trig(struct ieee80211_local *local)
54{ 53{
55} 54}
56#endif 55#endif