]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 May 2023 16:30:17 +0000 (17:30 +0100)
commit58945b97a3764503a8e6a0a7dabc7aecada47579
tree1d245076ba8ee2bb6614a0ebd5136cae0fbf2639
parent684a15e5c0f8fd54ad1ac28ecbd024b0d5c6906e
wifi: mac80211: Abort running color change when stopping the AP

[ Upstream commit a23d7f5b2fbda114de60c4b53311e052281d7533 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/mac80211/cfg.c