]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nl80211: Update bss channel on channel switch for P2P_CLIENT
authorSreeramya Soratkal <quic_ssramya@quicinc.com>
Tue, 1 Mar 2022 06:03:20 +0000 (11:33 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Mar 2022 08:00:33 +0000 (09:00 +0100)
commit855be1e61ba05d878c0de0356e373749a46b616e
treea2044ed38f2b0c55addbfe7e48fc8ac5aa23b1b3
parent7d9b178fe4aaaedc53104fcea8509fb7ff7071e4
nl80211: Update bss channel on channel switch for P2P_CLIENT

[ Upstream commit e50b88c4f076242358b66ddb67482b96947438f2 ]

The wdev channel information is updated post channel switch only for
the station mode and not for the other modes. Due to this, the P2P client
still points to the old value though it moved to the new channel
when the channel change is induced from the P2P GO.

Update the bss channel after CSA channel switch completion for P2P client
interface as well.

Signed-off-by: Sreeramya Soratkal <quic_ssramya@quicinc.com>
Link: https://lore.kernel.org/r/1646114600-31479-1-git-send-email-quic_ssramya@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/wireless/nl80211.c