kernel/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
.. .. @@ -1174,8 +1174,11 @@ 1174 1174 mvmtxq = iwl_mvm_txq_from_mac80211(txq); 1175 1175 mvmtxq->stopped = !start; 1176 1176 1177 - if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST)1177 + if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST) {1178 + local_bh_disable();1178 1179 iwl_mvm_mac_itxq_xmit(mvm->hw, txq); 1180 + local_bh_enable();1181 + }1179 1182 } 1180 1183 1181 1184 out: