diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-07-21 21:03:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-24 15:05:30 -0400 |
commit | 95a2b2ef82dc0bd10475c02e9d1fc7c93e708d03 (patch) | |
tree | 3a24c6e5cee6301a011779627a568e1296721648 /drivers/net/wireless/ath/ath9k/main.c | |
parent | 2b3daf588965b72d3a9ccff426bfd5516bb73c6a (diff) | |
download | blackbird-obmc-linux-95a2b2ef82dc0bd10475c02e9d1fc7c93e708d03.tar.gz blackbird-obmc-linux-95a2b2ef82dc0bd10475c02e9d1fc7c93e708d03.zip |
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 <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index 254e78786eee..3436295e0509 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 */ |