diff options
author | 2025-04-23 10:21:04 +0200 | |
---|---|---|
committer | 2025-04-23 15:41:52 +0200 | |
commit | f996f434aa7899d02542395f89c158cbb0c3bd3b (patch) | |
tree | 8d9a6e6289b056a35b069d6e1d74b197378ba259 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | wifi: mwifiex: let mwifiex_init_fw() return 0 for success (diff) | |
download | wireguard-linux-f996f434aa7899d02542395f89c158cbb0c3bd3b.tar.xz wireguard-linux-f996f434aa7899d02542395f89c158cbb0c3bd3b.zip |
wifi: mwifiex: drop asynchronous init waiting code
Historically all commands sent to the mwifiex driver have been
asynchronous. The different commands sent during driver initialization
have been queued at once and only the final command has been waited
for being ready before finally starting the driver.
This has been changed in Commit 7bff9c974e1a ("mwifiex: send firmware
initialization commands synchronously"). With this the initialization
is finished once the last mwifiex_send_cmd_sync() (now
mwifiex_send_cmd()) has returned. This makes all the code used to
wait for the last initialization command to be finished unnecessary,
so it's removed in this patch.
Acked-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Link: https://patch.msgid.link/20250423-mwifiex-drop-asynchronous-init-v2-3-1bb951073a06@pengutronix.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions