linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Víctor Gonzalo" <victor.gonzalo@anddroptable.net>
To: linux-wireless@vger.kernel.org
Cc: briannorris@chromium.org,
	"Víctor Gonzalo" <victor.gonzalo@anddroptable.net>
Subject: [PATCH] wifi: mwifiex: Add missing MODULE_FIRMWARE for SD8801
Date: Wed, 13 Mar 2024 20:31:56 +0200	[thread overview]
Message-ID: <20240313183156.2234301-1-victor.gonzalo@anddroptable.net> (raw)

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


             reply	other threads:[~2024-03-13 18:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 18:31 Víctor Gonzalo [this message]
2024-03-15 23:59 ` [PATCH] wifi: mwifiex: Add missing MODULE_FIRMWARE for SD8801 Brian Norris
2024-03-18 16:13 ` wifi: mwifiex: Add missing MODULE_FIRMWARE() " Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240313183156.2234301-1-victor.gonzalo@anddroptable.net \
    --to=victor.gonzalo@anddroptable.net \
    --cc=briannorris@chromium.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).