]> 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)
commit6e072aab37917140530ef1c216a201db460c62a6
tree6d7e81cd9277c7c501b809bc7b1ad8e4b4c2bb36
parent9c0d598d992abf98449b831b4a9e55db9fc9ac2a
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