diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-01-07 20:54:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-01-07 20:54:33 +0000 |
commit | 2d17b67c28e8b1279b53c09881259cd819336fab (patch) | |
tree | 7619d7b9917d74c1eafa610fcb6a97910c122b90 /package/mac80211/patches/580-ath9k_extra_leds.patch | |
parent | 9727256330d73b85f0d0bc6fa46b482ae33194cd (diff) | |
download | upstream-2d17b67c28e8b1279b53c09881259cd819336fab.tar.gz upstream-2d17b67c28e8b1279b53c09881259cd819336fab.tar.bz2 upstream-2d17b67c28e8b1279b53c09881259cd819336fab.zip |
ath9k: merge a channel change fix from linux-wireless
SVN-Revision: 29684
Diffstat (limited to 'package/mac80211/patches/580-ath9k_extra_leds.patch')
-rw-r--r-- | package/mac80211/patches/580-ath9k_extra_leds.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/580-ath9k_extra_leds.patch b/package/mac80211/patches/580-ath9k_extra_leds.patch index a079607241..9569b707d3 100644 --- a/package/mac80211/patches/580-ath9k_extra_leds.patch +++ b/package/mac80211/patches/580-ath9k_extra_leds.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h -@@ -474,6 +474,9 @@ void ath9k_btcoex_timer_pause(struct ath +@@ -475,6 +475,9 @@ void ath9k_btcoex_timer_pause(struct ath #ifdef CONFIG_MAC80211_LEDS void ath_init_leds(struct ath_softc *sc); void ath_deinit_leds(struct ath_softc *sc); @@ -10,7 +10,7 @@ #else static inline void ath_init_leds(struct ath_softc *sc) { -@@ -594,6 +597,13 @@ struct ath9k_vif_iter_data { +@@ -595,6 +598,13 @@ struct ath9k_vif_iter_data { int nothers; /* number of vifs not specified above. */ }; @@ -24,7 +24,7 @@ struct ath_softc { struct ieee80211_hw *hw; struct device *dev; -@@ -637,9 +647,8 @@ struct ath_softc { +@@ -638,9 +648,8 @@ struct ath_softc { struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS]; #ifdef CONFIG_MAC80211_LEDS |