Commit f5906540 authored by Kalle Valo's avatar Kalle Valo
Browse files

Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without condition"

This reverts commit e149353e. 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: default avatarKalle Valo <quic_kvalo@quicinc.com>
Reviewed-by: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20231023164120.651151-1-kvalo@kernel.org
parent 9ef11815
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3732,6 +3732,8 @@ static void ath11k_mac_op_bss_info_changed(struct ieee80211_hw *hw,
				    arvif->vdev_id, ret);
	}

	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) {