diff options
author | 2025-03-06 12:37:56 +0200 | |
---|---|---|
committer | 2025-03-07 09:57:39 +0100 | |
commit | 20d5a0b9cd0ccb32e886cf6baecf14936325bf10 (patch) | |
tree | cb02198ac2df68faef570533996ca1f8715cfd78 /net/wireless | |
parent | wifi: mac80211: flush the station before moving it to UN-AUTHORIZED state (diff) | |
download | linux-rng-20d5a0b9cd0ccb32e886cf6baecf14936325bf10.tar.xz linux-rng-20d5a0b9cd0ccb32e886cf6baecf14936325bf10.zip |
wifi: mac80211: don't queue sdata::work for a non-running sdata
The worker really shouldn't be queued for a non-running interface.
Also, if ieee80211_setup_sdata is called between queueing and executing
the wk, it will be initialized, which will corrupt wiphy_work_list.
Fixes: f8891461a277 ("mac80211: do not start any work during reconfigure flow")
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20250306123626.1e02caf82640.I4949e71ed56e7186ed4968fa9ddff477473fa2f4@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions