wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata
authorVíctor Gonzalo <victor.gonzalo@anddroptable.net>
Thu, 14 Sep 2023 21:19:38 +0000 (00:19 +0300)
committerKalle Valo <kvalo@kernel.org>
Thu, 21 Sep 2023 06:29:41 +0000 (09:29 +0300)
commit260323c3a3e3f0adf5a4f1ab0fcf05b2dbcc768d
tree4508ccb86188392ebbf72253bc57b1abebe73bcf
parent3ffd23d121dea039ee270b1b11ba1a5e963e0ac0
wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata

The mwifiex_pcie driver is missing the MODULE_FIRMWARE macro to
add the firmware files needed to the module metadata.

Signed-off-by: Víctor Gonzalo <victor.gonzalo@anddroptable.net>
Acked-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230914211938.28395-1-victor.gonzalo@anddroptable.net
drivers/net/wireless/marvell/mwifiex/pcie.c