From 80239ff7b0b6774a4192c786b3a85d03a4a1d0b1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 23 Mar 2011 20:16:53 +0000 Subject: ath9k: merge a pending patch for fixing a stopped queue issue (mostly for client mode) SVN-Revision: 26280 --- package/mac80211/patches/300-ath9k_pending_work.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'package/mac80211/patches/300-ath9k_pending_work.patch') diff --git a/package/mac80211/patches/300-ath9k_pending_work.patch b/package/mac80211/patches/300-ath9k_pending_work.patch index 7d4301db96..f294a8c97f 100644 --- a/package/mac80211/patches/300-ath9k_pending_work.patch +++ b/package/mac80211/patches/300-ath9k_pending_work.patch @@ -368,3 +368,14 @@ u64 ath9k_hw_gettsf64(struct ath_hw *ah); void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64); void ath9k_hw_reset_tsf(struct ath_hw *ah); +--- a/drivers/net/wireless/ath/ath9k/main.c ++++ b/drivers/net/wireless/ath/ath9k/main.c +@@ -2160,6 +2160,8 @@ static void ath9k_flush(struct ieee80211 + if (!ath_drain_all_txq(sc, false)) + ath_reset(sc, false); + ++ ieee80211_wake_queues(hw); ++ + out: + ieee80211_queue_delayed_work(hw, &sc->tx_complete_work, 0); + mutex_unlock(&sc->mutex); -- cgit v1.2.3