[PATCH do not merge 0/4] wifi: mwifiex: add iw61x support
From: Sascha Hauer
Date: Wed Mar 26 2025 - 08:22:32 EST
This series adds iw61x support to the mwifiex driver. It works for me,
but is not yet ready to be merged. Some people showed interest in it, so
I am sending it here.
All testing and review feedback appreciated.
During startup I get these messages:
[ 12.078010] mwifiex_sdio mmc1:0001:1: Unknown GET_HW_SPEC TLV type: 0xff
[ 12.078018] mwifiex_sdio mmc1:0001:1: Unknown GET_HW_SPEC TLV type: 0xff
[ 12.078024] mwifiex_sdio mmc1:0001:1: Unknown GET_HW_SPEC TLV type: 0x23e
[ 12.078029] mwifiex_sdio mmc1:0001:1: Unknown GET_HW_SPEC TLV type: 0x25c
Not sure what these are about, I can't see these handled in the
downstream mwifiex driver as well. Could also be there is some parsing
error. Nevertheless the driver seems to work.
The series applies to v6.14, but should apply to my mwifiex cleanup
series as well.
Sascha
Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
---
Sascha Hauer (4):
wifi: mwifiex: release firmware at remove time
wifi: mwifiex: handle VDLL
wifi: mwifiex: wait longer for SDIO card status
wifi: mwifiex: add iw61x support
drivers/net/wireless/marvell/mwifiex/cmdevt.c | 86 ++++++++++++++++++++++++
drivers/net/wireless/marvell/mwifiex/fw.h | 16 +++++
drivers/net/wireless/marvell/mwifiex/main.c | 9 +--
drivers/net/wireless/marvell/mwifiex/main.h | 4 ++
drivers/net/wireless/marvell/mwifiex/sdio.c | 81 +++++++++++++++++++++-
drivers/net/wireless/marvell/mwifiex/sdio.h | 3 +
drivers/net/wireless/marvell/mwifiex/sta_event.c | 4 ++
drivers/net/wireless/marvell/mwifiex/uap_event.c | 4 ++
include/linux/mmc/sdio_ids.h | 3 +
9 files changed, 205 insertions(+), 5 deletions(-)
---
base-commit: 1e26c5e28ca5821a824e90dd359556f5e9e7b89f
change-id: 20250326-mwifiex-iw61x-b9570bf30735
Best regards,
--
Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>