]> git.baikalelectronics.ru Git - kernel.git/commit
ath11k: pci: add MODULE_FIRMWARE macros
authorDevin Bayer <dev@doubly.so>
Mon, 7 Dec 2020 16:16:55 +0000 (18:16 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 8 Dec 2020 07:44:06 +0000 (09:44 +0200)
commitf16d611764f3067c3de75147a4b6d8e11ea3668a
tree6d7e81cd9277c7c501b809bc7b1ad8e4b4c2bb36
parent6a5fc71ae3fba38d55376b2184237270344c993a
ath11k: pci: add MODULE_FIRMWARE macros

I am trying to get the ath11k driver to work with VyOS and during the
build it tries to discover the firmware blobs which drivers require.

This doesn't work with ath11k because it doesn't use the MODULE_FIRMWARE
macro. This patch fixes that.

Signed-off-by: Devin Bayer <dev@doubly.so>
[kvalo@codeaurora.org: cleanup commit log, move to pci.c]
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201202182705.dhkml4nb4rf2vwav@orac
drivers/net/wireless/ath/ath11k/pci.c