Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95a2b2ef authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville
Browse files

ath9k: do not stop the queues in driver stop



mac80211 will have disabled the queues for us when
needed.

Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2b3daf58
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */