]> git.itanic.dy.fi Git - linux-stable/commit
wifi: mac80211: Abort running color change when stopping the AP
authorMichael Lee <michael-cy.lee@mediatek.com>
Thu, 4 May 2023 08:04:41 +0000 (16:04 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 May 2023 17:18:51 +0000 (10:18 -0700)
commita23d7f5b2fbda114de60c4b53311e052281d7533
tree5dec68aea80f2bf35e2c019399f84d494b2ab154
parent248e4776514bf70236e6b1a54c65aa5324c8b1eb
wifi: mac80211: Abort running color change when stopping the AP

When stopping the AP, there might be a color change in progress. It
should be deactivated here, or the driver might later finalize a color
change on a stopped AP.

Fixes: 5f9404abdf2a (mac80211: add support for BSS color change)
Signed-off-by: Michael Lee <michael-cy.lee@mediatek.com>
Link: https://lore.kernel.org/r/20230504080441.22958-1-michael-cy.lee@mediatek.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c