projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef1181
)
Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without condition"
author
Kalle Valo
<quic_kvalo@quicinc.com>
Mon, 23 Oct 2023 16:41:20 +0000
(19:41 +0300)
committer
Kalle Valo
<quic_kvalo@quicinc.com>
Wed, 25 Oct 2023 10:36:38 +0000
(13:36 +0300)
This reverts commit
e149353e6562f3e3246f75dfc4cca6a0cc5b4efc
. The commit caused
QCA6390 hw2.0 firmware WLAN.HST.1.0.1-05266-QCAHSTSWPLZ_V2_TO_X86-1 to crash
during disconnect:
[71990.787525] ath11k_pci 0000:72:00.0: firmware crashed: MHI_CB_EE_RDDM
Closes: https://lore.kernel.org/all/87edhu3550.fsf@kernel.org/
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Reviewed-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link:
https://lore.kernel.org/r/20231023164120.651151-1-kvalo@kernel.org
drivers/net/wireless/ath/ath11k/mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath11k/mac.c
b/drivers/net/wireless/ath/ath11k/mac.c
index ec46e2ee6ddffaea597b6b95fb6c57e449a8f142..7f7b39817773777a1b89b5e9b3dc8dc8cb935137 100644
(file)
--- a/
drivers/net/wireless/ath/ath11k/mac.c
+++ b/
drivers/net/wireless/ath/ath11k/mac.c
@@
-3732,7
+3732,9
@@
static void ath11k_mac_op_bss_info_changed(struct ieee80211_hw *hw,
arvif->vdev_id, ret);
}
- ath11k_mac_fils_discovery(arvif, info);
+ if (changed & BSS_CHANGED_FILS_DISCOVERY ||
+ changed & BSS_CHANGED_UNSOL_BCAST_PROBE_RESP)
+ ath11k_mac_fils_discovery(arvif, info);
if (changed & BSS_CHANGED_ARP_FILTER) {
ipv4_cnt = min(vif->cfg.arp_addr_cnt, ATH11K_IPV4_MAX_COUNT);