diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2025-04-10 13:24:30 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-04-23 16:34:23 +0300 |
commit | 3612d72b47859f41165c54a8734868c2360a1ae3 (patch) | |
tree | d1ef52ee4892db168209990892440c361762ec38 /tools/perf/scripts/python/parallel-perf.py | |
parent | 450f5a05bd478a8493263322884aa064e725fffa (diff) | |
download | linux-3612d72b47859f41165c54a8734868c2360a1ae3.tar.xz |
wifi: mwifiex: simplify mwifiex_setup_ht_caps()
In mwifiex_setup_ht_caps() first a local struct ieee80211_mcs_info
is initialized and afterwards copied over &ht_info->mcs. Simplify
this by initializing &ht_info->mcs directly.
While at it call memset on the u8 rx_mask[] array instead of the struct
which makes the intention clearer and we no longer have to assume the
rx_mask array is the first member of struct ieee80211_mcs_info.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Jeff Chen <jeff.chen_1@nxp.com>
Link: https://patch.msgid.link/20250410-mwifiex-cleanup-1-v6-6-a6bbd4ac4d37@pengutronix.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions