[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250326-mwifiex-iw61x-v1-0-ff875ed35efc@pengutronix.de>
Date: Wed, 26 Mar 2025 13:18:30 +0100
From: Sascha Hauer <s.hauer@...gutronix.de>
To: Brian Norris <briannorris@...omium.org>,
Francesco Dolcini <francesco@...cini.it>,
Ulf Hansson <ulf.hansson@...aro.org>
Cc: linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mmc@...r.kernel.org, Sascha Hauer <s.hauer@...gutronix.de>
Subject: [PATCH do not merge 0/4] wifi: mwifiex: add iw61x support
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@...gutronix.de>
---
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@...gutronix.de>
Powered by blists - more mailing lists