Skip to content

Commit 56d8975

Browse files
committed
wifi: mwifiex: enable host mlme on sdio W8997 chipsets
JIRA: https://issues.redhat.com/browse/RHEL-114891 commit 659e43f Author: Rafael Beims <rafael.beims@toradex.com> Date: Fri May 30 06:47:04 2025 -0300 wifi: mwifiex: enable host mlme on sdio W8997 chipsets Enable the host MLME flag to allow supported W8997 chipsets to use WPA3. This feature requires firmware support (V2 API key), which the driver validates before activation. Tested using sdsd8997_combo_v4.bin from commit 211fbc287a0b ("linux-firmware: Update FW files for MRVL SD8997 chips") [ 5.956510] mwifiex_sdio mmc2:0001:1: info: FW download over, size 623352 bytes ... [ 6.825456] mwifiex_sdio mmc2:0001:1: WLAN FW is active ... [ 12.171950] mwifiex_sdio mmc2:0001:1: host_mlme: enable, key_api: 2 [ 12.226206] mwifiex_sdio mmc2:0001:1: info: MWIFIEX VERSION: mwifiex 1.0 (16.68.1.p197) root@verdin-imx8mm-14700070:~# strings /lib/firmware/mrvl/sdsd8997_combo_v4.bin |grep 16 $Id: w8997o-V4, RF878X, FP68_LINUX, 16.68.1.p197.1 $ Signed-off-by: Rafael Beims <rafael.beims@toradex.com> Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com> Acked-by: Brian Norris <briannorris@chromium.org> Link: https://patch.msgid.link/20250530094711.915574-1-rafael@beims.me Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
1 parent d09b6ba commit 56d8975

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/marvell/mwifiex

1 file changed

+1
-1
lines changed

drivers/net/wireless/marvell/mwifiex/sdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ static const struct mwifiex_sdio_device mwifiex_sdio_sd8997 = {
438438
.can_auto_tdls = false,
439439
.can_ext_scan = true,
440440
.fw_ready_extra_delay = false,
441-
.host_mlme = false,
441+
.host_mlme = true,
442442
};
443443

444444
static const struct mwifiex_sdio_device mwifiex_sdio_sd8887 = {

0 commit comments

Comments
 (0)