[PATCH 0/4] wifi: mwifiex: drop asynchronous init waiting code

Sascha Hauer posted 4 patches 10 months ago
There is a newer version of this series
drivers/net/wireless/marvell/mwifiex/cfg80211.c |  8 ++++----
drivers/net/wireless/marvell/mwifiex/cmdevt.c   | 16 ----------------
drivers/net/wireless/marvell/mwifiex/init.c     | 21 ++++++++-------------
drivers/net/wireless/marvell/mwifiex/main.c     | 19 ++++---------------
drivers/net/wireless/marvell/mwifiex/main.h     |  8 +-------
drivers/net/wireless/marvell/mwifiex/sta_cmd.c  |  8 +-------
drivers/net/wireless/marvell/mwifiex/util.c     | 18 ------------------
7 files changed, 18 insertions(+), 80 deletions(-)
[PATCH 0/4] wifi: mwifiex: drop asynchronous init waiting code
Posted by Sascha Hauer 10 months ago
This is a spin-off from my mwifiex cleanup series. I have split the
original single patch into a series which hopefully makes the changes
easier to follow and verify.

Sascha

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
Sascha Hauer (4):
      wifi: mwifiex: remove unnecessary queue empty check
      wifi: mwifiex: let mwifiex_init_fw() return 0 for success
      wifi: mwifiex: drop asynchronous init waiting code
      wifi: mwifiex: remove mwifiex_sta_init_cmd() last argument

 drivers/net/wireless/marvell/mwifiex/cfg80211.c |  8 ++++----
 drivers/net/wireless/marvell/mwifiex/cmdevt.c   | 16 ----------------
 drivers/net/wireless/marvell/mwifiex/init.c     | 21 ++++++++-------------
 drivers/net/wireless/marvell/mwifiex/main.c     | 19 ++++---------------
 drivers/net/wireless/marvell/mwifiex/main.h     |  8 +-------
 drivers/net/wireless/marvell/mwifiex/sta_cmd.c  |  8 +-------
 drivers/net/wireless/marvell/mwifiex/util.c     | 18 ------------------
 7 files changed, 18 insertions(+), 80 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250410-mwifiex-drop-asynchronous-init-a1f2339095a7

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>
Re: [PATCH 0/4] wifi: mwifiex: drop asynchronous init waiting code
Posted by Brian Norris 9 months, 3 weeks ago
On Thu, Apr 10, 2025 at 12:28:42PM +0200, Sascha Hauer wrote:
> This is a spin-off from my mwifiex cleanup series. I have split the
> original single patch into a series which hopefully makes the changes
> easier to follow and verify.

Thanks. The split series is indeed easier to process. (It doesn't help
that the original code you're cleaning up is such a spaghetti mess.)

With the squashed fixup you noted in patch 3, this series looks good to
me:

Acked-by: Brian Norris <briannorris@chromium.org>