hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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: