|
@@ -2999,6 +2999,8 @@ void ath10k_mac_tx_unlock(struct ath10k *ar, int reason)
|
|
|
IEEE80211_IFACE_ITER_RESUME_ALL,
|
|
IEEE80211_IFACE_ITER_RESUME_ALL,
|
|
|
ath10k_mac_tx_unlock_iter,
|
|
ath10k_mac_tx_unlock_iter,
|
|
|
ar);
|
|
ar);
|
|
|
|
|
+
|
|
|
|
|
+ ieee80211_wake_queue(ar->hw, ar->hw->offchannel_tx_hw_queue);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
void ath10k_mac_vif_tx_lock(struct ath10k_vif *arvif, int reason)
|
|
void ath10k_mac_vif_tx_lock(struct ath10k_vif *arvif, int reason)
|