All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wifi: mwifiex: Add missing MODULE_FIRMWARE for SD8801
@ 2024-03-13 18:31 Víctor Gonzalo
  2024-03-15 23:59 ` Brian Norris
  2024-03-18 16:13 ` wifi: mwifiex: Add missing MODULE_FIRMWARE() " Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Víctor Gonzalo @ 2024-03-13 18:31 UTC (permalink / raw)
  To: linux-wireless; +Cc: briannorris, Víctor Gonzalo

The module metadata for the firmware file mrvl/sd8801_uapsta.bin
is missing.

Signed-off-by: Víctor Gonzalo <victor.gonzalo@anddroptable.net>
---
 drivers/net/wireless/marvell/mwifiex/sdio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/marvell/mwifiex/sdio.c b/drivers/net/wireless/marvell/mwifiex/sdio.c
index 75f53c2f1e1f..8b86f95fa32e 100644
--- a/drivers/net/wireless/marvell/mwifiex/sdio.c
+++ b/drivers/net/wireless/marvell/mwifiex/sdio.c
@@ -3192,6 +3192,7 @@ MODULE_LICENSE("GPL v2");
 MODULE_FIRMWARE(SD8786_DEFAULT_FW_NAME);
 MODULE_FIRMWARE(SD8787_DEFAULT_FW_NAME);
 MODULE_FIRMWARE(SD8797_DEFAULT_FW_NAME);
+MODULE_FIRMWARE(SD8801_DEFAULT_FW_NAME);
 MODULE_FIRMWARE(SD8897_DEFAULT_FW_NAME);
 MODULE_FIRMWARE(SD8887_DEFAULT_FW_NAME);
 MODULE_FIRMWARE(SD8977_DEFAULT_FW_NAME);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-18 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13 18:31 [PATCH] wifi: mwifiex: Add missing MODULE_FIRMWARE for SD8801 Víctor Gonzalo
2024-03-15 23:59 ` Brian Norris
2024-03-18 16:13 ` wifi: mwifiex: Add missing MODULE_FIRMWARE() " Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.