]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ath11k: fix ZERO address in probe request
authorCarl Huang <cjhuang@codeaurora.org>
Fri, 6 Nov 2020 06:55:48 +0000 (08:55 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 7 Nov 2020 08:10:29 +0000 (10:10 +0200)
commitfa7572c2cfe081dff82f884fa05f1b067d4beaaa
treea60229e701a2907e57476f613db8843ef5a56bb3
parentc9621dd21e3b86c5235545ed8eb27e1647cc7da4
ath11k: fix ZERO address in probe request

Host needs to pass at least on bssid with all 0xff to firmware in
WMI_START_SCAN_CMDID, otherwise the bssid and receiver address
in probe requeste are all ZEROs.

This also fixed some hidden AP connection issue because some AP
doesn't respond to probe request which receiver address are all
ZEROs.

Tested-on: QCA6390 hw2.0 PCI WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1

Signed-off-by: Carl Huang <cjhuang@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201012101733.24137-1-cjhuang@codeaurora.org
drivers/net/wireless/ath/ath11k/wmi.c