]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: Handle when FW doesn't support QMI_WLFW_HOST_CAP_REQ_V01
authorJeffrey Hugo <jeffrey.l.hugo@gmail.com>
Fri, 15 Nov 2019 07:21:43 +0000 (09:21 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 25 Nov 2019 11:55:38 +0000 (13:55 +0200)
commit70fc40064efb3a8aa88d6611dee1c986ed306b5d
tree73b6e7f73ed61332f827512fc398b9466e50f81e
parent5d09e00aa6e0a1f4f67294850badf4a396d72c65
ath10k: Handle when FW doesn't support QMI_WLFW_HOST_CAP_REQ_V01

Firmware with the build id QC_IMAGE_VERSION_STRING=WLAN.HL.1.0.2-XXXX does
not support the QMI_WLFW_HOST_CAP_REQ_V01 message and will return the
QMI not supported error to the ath10k driver.  Since not supporting this
message is not fatal to the firmware nor the ath10k driver, lets catch
this particular scenario and ignore it so that we can still bring up
wifi services successfully.

Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/qmi.c