From b14b5bb03827cfe681c4d458842fa6487d546a82 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 14 Nov 2011 21:21:03 +0000 Subject: ath9k: rework radio stop/start cleanup, avoid duplicate rx/tx stop, avoid early phy stop SVN-Revision: 29132 --- package/mac80211/patches/561-ath9k_fix_flush.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/mac80211/patches/561-ath9k_fix_flush.patch') diff --git a/package/mac80211/patches/561-ath9k_fix_flush.patch b/package/mac80211/patches/561-ath9k_fix_flush.patch index 58b7120..df20890 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) -- cgit v1.1