forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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: