From: Luis R. Rodriguez Date: Wed, 22 Jul 2009 01:03:10 +0000 (-0400) Subject: ath9k: do not stop the queues in driver stop X-Git-Tag: upstream/snapshot3+hdmi~17671^2~544^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95a2b2ef82dc0bd10475c02e9d1fc7c93e708d03;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ath9k: do not stop the queues in driver stop mac80211 will have disabled the queues for us when needed. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index 254e787..3436295 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c @@ -2101,8 +2101,6 @@ static void ath9k_stop(struct ieee80211_hw *hw) mutex_lock(&sc->mutex); - ieee80211_stop_queues(hw); - if (ath9k_wiphy_started(sc)) { mutex_unlock(&sc->mutex); return; /* another wiphy still in use */