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)
commit3dbd7fe78c42e54a039d3444eac2183aa03f1408
tree6d7e81cd9277c7c501b809bc7b1ad8e4b4c2bb36
parent5a5b820d18c76b3a8089c44d63bccd1b52f743a5
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