]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mwifiex: increase max_num_akm_suites
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 30 May 2024 13:01:56 +0000 (15:01 +0200)
committerKalle Valo <kvalo@kernel.org>
Sun, 4 Aug 2024 08:54:09 +0000 (11:54 +0300)
commite8b7d0c66a4ddbae909534cda515fbb56771d4bf
treeb979055dd7d695038df34c51cf74cbc6b996cc43
parent8400291e289ee6b2bf9779ff1c83a291501f017b
wifi: mwifiex: increase max_num_akm_suites

The maximum number of AKM suites will be set to two if not specified by
the driver. Set it to CFG80211_MAX_NUM_AKM_SUITES to let userspace
specify up to ten AKM suites in the akm_suites array.

Without only the first two AKM suites will be used, further ones are
ignored.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20240530130156.1651174-1-s.hauer@pengutronix.de
drivers/net/wireless/marvell/mwifiex/cfg80211.c