forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
....@@ -1174,8 +1174,11 @@
11741174 mvmtxq = iwl_mvm_txq_from_mac80211(txq);
11751175 mvmtxq->stopped = !start;
11761176
1177
- if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST)
1177
+ if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST) {
1178
+ local_bh_disable();
11781179 iwl_mvm_mac_itxq_xmit(mvm->hw, txq);
1180
+ local_bh_enable();
1181
+ }
11791182 }
11801183
11811184 out: