This series adds support for the iw61x chips to the mwifiex driver. There are a few things to address, hence the RFC status. See the commit messages for details. The series is based on wireless-next/main. I am sending this now since people requested it here [1], but as it's out now feel free to leave your comments to the issues mentioned (or others I haven't mentioned ;) [1] https://lore.kernel.org/all/20240809094533.1660-1-yu-hao.lin@xxxxxxx/ Sascha Sascha Hauer (4): wifi: mwifiex: release firmware at remove time wifi: mwifiex: handle VDLL wifi: mwifiex: wait longer for SDIO card status 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 + .../net/wireless/marvell/mwifiex/sta_event.c | 4 + .../net/wireless/marvell/mwifiex/uap_event.c | 4 + include/linux/mmc/sdio_ids.h | 3 + 9 files changed, 205 insertions(+), 5 deletions(-) -- 2.39.2