diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-08-09 15:08:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-09 15:08:10 -0400 |
commit | fa5978447cb0144411df3a588e3d01459c12d855 (patch) | |
tree | 998e58c515def864c8cd87511625d1e7184a7a21 /net/mac80211/led.h | |
parent | 2437f3c5d6bc07252c6d7d24448755e0c35ed91c (diff) | |
parent | 73da7d5bab79ad7e16ff44d67c3fe8b9c0b33e5b (diff) | |
download | blackbird-op-linux-fa5978447cb0144411df3a588e3d01459c12d855.tar.gz blackbird-op-linux-fa5978447cb0144411df3a588e3d01459c12d855.zip |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Diffstat (limited to 'net/mac80211/led.h')
-rw-r--r-- | net/mac80211/led.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/led.h b/net/mac80211/led.h index e0275d9befa8..89f4344f13b9 100644 --- a/net/mac80211/led.h +++ b/net/mac80211/led.h @@ -13,7 +13,7 @@ #ifdef CONFIG_MAC80211_LEDS void ieee80211_led_rx(struct ieee80211_local *local); -void ieee80211_led_tx(struct ieee80211_local *local, int q); +void ieee80211_led_tx(struct ieee80211_local *local); void ieee80211_led_assoc(struct ieee80211_local *local, bool associated); void ieee80211_led_radio(struct ieee80211_local *local, @@ -27,7 +27,7 @@ void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local, static inline void ieee80211_led_rx(struct ieee80211_local *local) { } -static inline void ieee80211_led_tx(struct ieee80211_local *local, int q) +static inline void ieee80211_led_tx(struct ieee80211_local *local) { } static inline void ieee80211_led_assoc(struct ieee80211_local *local, |