]> git.baikalelectronics.ru Git - kernel.git/commit
ath11k: create a common function to request all firmware files
authorKalle Valo <kvalo@codeaurora.org>
Tue, 16 Jun 2020 14:00:49 +0000 (17:00 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 23 Jun 2020 07:51:48 +0000 (10:51 +0300)
commit7b57b2ddec21c1a660af2d832939d392081e515f
tree08df620710da9f8c0047e3c37cb4380fdc10ec33
parent3b94ae4c62db0b158404073a039eb8fd0b00b75f
ath11k: create a common function to request all firmware files

To avoid duplicating the logic how the full firmware path is created create a
common function ath11k_core_firmware_request() and convert also qmi.c to use it.

Also remove a useless info print, it's more like a debug message anyway.

No functional changes. Compile tested only.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1592316055-24958-7-git-send-email-kvalo@codeaurora.org
drivers/net/wireless/ath/ath11k/core.c
drivers/net/wireless/ath/ath11k/core.h
drivers/net/wireless/ath/ath11k/qmi.c