1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/wireless/intel/iwlwifi/mvm
Emmanuel Grumbach 3a84454f52 wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
There is a WARNING in iwl_trans_wait_tx_queues_empty() (that was
recently converted from just a message), that can be hit if we
wait for TX queues to become empty after firmware died. Clearly,
we can't expect anything from the firmware after it's declared dead.

Don't call iwl_trans_wait_tx_queues_empty() in this case. While it could
be a good idea to stop the flow earlier, the flush functions do some
maintenance work that is not related to the firmware, so keep that part
of the code running even when the firmware is not running.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20240825191257.a7cbd794cee9.I44a739fbd4ffcc46b83844dd1c7b2eb0c7b270f6@changeid
[edit commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-08-26 17:42:38 +02:00
..
tests wifi: iwlwifi: mvm: use only beacon BSS load for active links 2024-05-29 10:33:50 +02:00
binding.c wifi: iwlwifi: mvm: Refactor iwl_mvm_get_lmac_id() 2023-06-14 12:32:20 +02:00
coex.c wifi: iwlwifi: cleanup EMLSR when BT is active handling 2024-05-06 16:33:23 +02:00
constants.h wifi: iwlwifi: mvm: remove IWL_MVM_PARSE_NVM 2024-06-26 10:28:49 +02:00
d3.c wifi: iwlwifi: mvm: fix hibernation 2024-08-26 17:35:22 +02:00
debugfs-vif.c wifi: iwlwifi: mvm: debugfs: add entry for setting maximum TXOP time 2024-05-23 10:50:09 +02:00
debugfs.c wifi: iwlwifi: mvm: remove unneeded debugfs entries 2024-06-12 13:04:26 +02:00
debugfs.h wifi: iwlwifi: mvm: add a per-link debugfs 2023-10-23 12:21:47 +02:00
ftm-initiator.c wifi: iwlwifi: mvm: Fix associated initiator key setting 2024-06-26 10:28:50 +02:00
ftm-responder.c wifi: iwlwifi: mvm: add support for version 10 of the responder config command 2024-05-29 10:33:49 +02:00
fw-api.h
fw.c wifi: iwlwifi: mvm: don't log error for failed UATS table read 2024-06-26 10:35:14 +02:00
led.c
link.c wifi: iwlwifi: mvm: add missing string for ROC EMLSR block 2024-07-04 13:50:05 +02:00
mac-ctxt.c wifi: iwlwifi: mvm: use ROC for P2P device activities 2024-06-12 13:04:27 +02:00
mac80211.c wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead 2024-08-26 17:42:38 +02:00
Makefile Kbuild updates for v6.10 2024-05-18 12:39:20 -07:00
mld-key.c wifi: iwlwifi: mvm: don't set the MFP flag for the GTK 2024-02-08 15:00:48 +01:00
mld-mac.c wifi: iwlwifi: mvm: Fix the listener MAC filter flags 2024-02-12 21:24:51 +01:00
mld-mac80211.c wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREP 2024-06-28 09:56:30 +02:00
mld-sta.c wireless-next patches for v6.11 2024-06-10 17:40:26 -07:00
mvm.h wifi: iwlwifi: mvm: document remaining mvm data 2024-07-04 13:50:06 +02:00
nvm.c wifi: iwlwifi: move code from iwl-eeprom-parse to dvm 2024-05-23 10:53:04 +02:00
offloading.c wifi: iwlwifi: mvm: fix the sta id in offload 2024-03-25 15:36:03 +01:00
ops.c wifi: iwlwifi: mvm: pause TCM when the firmware is stopped 2024-08-26 17:41:23 +02:00
phy-ctxt.c wifi: iwlwifi: mvm: support PHY context version 6 2024-02-21 15:19:04 +01:00
power.c wifi: iwlwifi: mvm: fix DTIM skip powersave config 2024-06-12 13:04:26 +02:00
ptp.c wifi: iwlwifi: mvm: Use 64-bit division helper in iwl_mvm_get_crosstimestamp_fw() 2023-03-30 11:16:21 +02:00
quota.c wifi: iwlwifi: mvm: vif preparation for MLO 2023-03-30 12:07:52 +02:00
rfi.c wifi: iwlwifi: mvm: rfi: fix potential response leaks 2024-03-25 15:23:07 +01:00
rs-fw.c wifi: iwlwifi: mvm: call ieee80211_sta_recalc_aggregates on A-MSDU size update 2024-05-23 10:50:36 +02:00
rs.c wifi: iwlwifi: fix some kernel-doc issues 2024-02-02 13:47:46 +01:00
rs.h wifi: iwlwifi: mvm: fix rs.h kernel-doc 2024-06-26 10:35:15 +02:00
rx.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-07-04 14:16:11 -07:00
rxmq.c wifi: iwlwifi: mvm: clean up reorder buffer data 2024-07-04 13:50:04 +02:00
scan.c wifi: iwlwifi: mvm: allow 6 GHz channels in MLO scan 2024-08-26 17:41:45 +02:00
sf.c wifi: iwlwifi: mvm: don't send the smart fifo command if not needed 2024-02-08 15:00:48 +01:00
sta.c wifi: iwlwifi: mvm: clean up reorder buffer data 2024-07-04 13:50:04 +02:00
sta.h wifi: iwlwifi: fix prototype mismatch kernel-doc warnings 2024-06-26 10:35:15 +02:00
tdls.c wifi: iwlwifi: mvm: add mvm-specific guard 2024-05-23 10:53:03 +02:00
testmode.h
time-event.c wifi: iwlwifi: mvm: don't send an ROC command with max_delay = 0 2024-07-04 13:49:17 +02:00
time-event.h wifi: iwlwifi: make time_events MLO aware 2023-10-23 12:48:27 +02:00
time-sync.c wifi: iwlwifi: mvm: support enabling and disabling HW timestamping 2023-03-22 13:16:37 +01:00
time-sync.h wifi: iwlwifi: mvm: support enabling and disabling HW timestamping 2023-03-22 13:16:37 +01:00
tt.c thermal: core: Allow thermal zones to tell the core to ignore them 2024-07-18 13:35:55 +02:00
tx.c wifi: iwlwifi: mvm: use ROC for P2P device activities 2024-06-12 13:04:27 +02:00
utils.c wifi: iwlwifi: mvm: add mvm-specific guard 2024-05-23 10:53:03 +02:00
vendor-cmd.c