diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-11-14 21:21:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-11-14 21:21:03 +0000 |
commit | 5d835b8c1a9ba4c11acb80aecacc64069d2f107c (patch) | |
tree | 4ccb32f5dd46cb15f8e38261c41caee3fb813d2c /package/mac80211/patches/561-ath9k_fix_flush.patch | |
parent | a0481cfb26770fb2b8a8a7cd833baca2dac187fa (diff) | |
download | upstream-5d835b8c1a9ba4c11acb80aecacc64069d2f107c.tar.gz upstream-5d835b8c1a9ba4c11acb80aecacc64069d2f107c.tar.bz2 upstream-5d835b8c1a9ba4c11acb80aecacc64069d2f107c.zip |
ath9k: rework radio stop/start cleanup, avoid duplicate rx/tx stop, avoid early phy stop
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29132 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/561-ath9k_fix_flush.patch')
-rw-r--r-- | package/mac80211/patches/561-ath9k_fix_flush.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/561-ath9k_fix_flush.patch b/package/mac80211/patches/561-ath9k_fix_flush.patch index 58b71201a7..df20890603 100644 --- a/package/mac80211/patches/561-ath9k_fix_flush.patch +++ b/package/mac80211/patches/561-ath9k_fix_flush.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c -@@ -2259,9 +2259,6 @@ static void ath9k_flush(struct ieee80211 +@@ -2251,9 +2251,6 @@ static void ath9k_flush(struct ieee80211 return; } @@ -10,7 +10,7 @@ for (j = 0; j < timeout; j++) { bool npend = false; -@@ -2279,21 +2276,22 @@ static void ath9k_flush(struct ieee80211 +@@ -2271,21 +2268,22 @@ static void ath9k_flush(struct ieee80211 } if (!npend) |