]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: rtw89: mcc: drop queued chanctx changes when stopping
authorZong-Zhe Yang <kevin_yang@realtek.com>
Sun, 11 May 2025 03:52:13 +0000 (11:52 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Fri, 16 May 2025 00:43:12 +0000 (08:43 +0800)
commit8ee99b998fc4a0c1aece047bb2f933903cf35f23
tree52509ccb504e4b143d792700767cc14cf8b6af96
parent46b607974866f59d707d19fc6d954bb3d2c15512
wifi: rtw89: mcc: drop queued chanctx changes when stopping

When MCC is about to stop, there may be some chanctx changes which are
queued for work but have not yet been run. To avoid these changes from
being processed in a wrong state (e.g. next new MCC instance), cancel
the queued work and drop queued changes.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250511035217.10410-3-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/chan.c