diff options
-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) | |||
2101 | 2101 | ||
2102 | mutex_lock(&sc->mutex); | 2102 | mutex_lock(&sc->mutex); |
2103 | 2103 | ||
2104 | ieee80211_stop_queues(hw); | ||
2105 | |||
2106 | if (ath9k_wiphy_started(sc)) { | 2104 | if (ath9k_wiphy_started(sc)) { |
2107 | mutex_unlock(&sc->mutex); | 2105 | mutex_unlock(&sc->mutex); |
2108 | return; /* another wiphy still in use */ | 2106 | return; /* another wiphy still in use */ |