]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mwifiex: cleanup struct mwifiex_private
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 27 Sep 2024 08:43:17 +0000 (11:43 +0300)
committerKalle Valo <kvalo@kernel.org>
Thu, 17 Oct 2024 16:48:28 +0000 (19:48 +0300)
commit6dc94457725465407bdaae5455e7c0492dacdc4f
tree9482ce67c5ce71532cdd75eb3c1caef3ce6015fa
parentd0847e16ca2a98ef53b631e78d83d5a7f7e27295
wifi: mwifiex: cleanup struct mwifiex_private

Remove set but otherwise unused 'adhoc_is_link_sensed' and
'assoc_resp_ht_param' members of 'struct mwifiex_private' and
simplify related code in 'mwifiex_ret_802_11_associate()'.
Compile tested only.

Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20240927084317.96687-2-dmantipov@yandex.ru
drivers/net/wireless/marvell/mwifiex/join.c
drivers/net/wireless/marvell/mwifiex/main.h
drivers/net/wireless/marvell/mwifiex/sta_event.c
drivers/net/wireless/marvell/mwifiex/sta_ioctl.c