]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: set probe request oui during driver start
authorRakesh Pillai <pillair@codeaurora.org>
Tue, 2 Oct 2018 18:03:13 +0000 (23:33 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 13 Oct 2018 17:17:08 +0000 (20:17 +0300)
commite9b6ce7ce718e7672a448c2a9177e947a90e316b
tree7adc3e921d93b6da77fa37ae4a14301d9cb76687
parent3e15740b9436d78dfb64fa24dd3606d69a520240
ath10k: set probe request oui during driver start

Currently the wmi command for setting probe request
oui, needed for mac randomization, is sent during
the mac register. At this time, during the driver
init the wmi has already been detached. This can
cause unexpected behavior since the firmware is
already down and the wmi has been detached.

Send the wmi command for setting probe request
oui during the driver start. This will make sure
that the firmware is started and wmi is initialized
before we send this command.

Tested HW: WCN3990
Tested FW: WLAN.HL.2.0-01188-QCAHLSWMTPLZ-1

Fixes: b798a3d72178213e069e9baa491643c7825aa621
Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/mac.c