From f8662e2c223c8ba4dee286adc46f52adea92f17a Mon Sep 17 00:00:00 2001 From: nbd 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26280 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 7d4301db9..f294a8c97 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