aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/550-ath9k_bb_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-10 16:50:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-04-10 16:50:15 +0000
commitf98e55faf0468bda5773b8276a9d5cdd530f3b80 (patch)
tree655ee3232e58f2f38f6aa6d5930b1df18f2ccb79 /package/mac80211/patches/550-ath9k_bb_fix.patch
parent8f25fb608678fa9d5e785f799a21a863b9220f67 (diff)
downloadupstream-f98e55faf0468bda5773b8276a9d5cdd530f3b80.tar.gz
upstream-f98e55faf0468bda5773b8276a9d5cdd530f3b80.tar.bz2
upstream-f98e55faf0468bda5773b8276a9d5cdd530f3b80.zip
mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 patches
SVN-Revision: 20777
Diffstat (limited to 'package/mac80211/patches/550-ath9k_bb_fix.patch')
-rw-r--r--package/mac80211/patches/550-ath9k_bb_fix.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mac80211/patches/550-ath9k_bb_fix.patch b/package/mac80211/patches/550-ath9k_bb_fix.patch
index 17bee7c2c2..be9cb193f5 100644
--- a/package/mac80211/patches/550-ath9k_bb_fix.patch
+++ b/package/mac80211/patches/550-ath9k_bb_fix.patch
@@ -1,7 +1,7 @@
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1911,6 +1911,34 @@ static void ath9k_enable_rfkill(struct a
- REG_SET_BIT(ah, AR_PHY_TEST, RFSILENT_BB);
+@@ -1134,6 +1134,34 @@ static bool ath9k_hw_channel_change(stru
+ return true;
}
+bool ath9k_hw_check_alive(struct ath_hw *ah)
@@ -37,7 +37,7 @@
{
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
-@@ -679,6 +679,7 @@ void ath9k_hw_set11nmac2040(struct ath_h
+@@ -848,6 +848,7 @@ void ath9k_hw_set11nmac2040(struct ath_h
void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period);
void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah,
const struct ath9k_beacon_state *bs);
@@ -47,7 +47,7 @@
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -405,7 +405,8 @@ void ath9k_tasklet(unsigned long data)
+@@ -406,7 +406,8 @@ void ath9k_tasklet(unsigned long data)
ath9k_ps_wakeup(sc);