]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: cfg80211: handle IBSS in channel switch
authorJohannes Berg <johannes.berg@intel.com>
Mon, 27 Jun 2022 10:36:03 +0000 (12:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 1 Jul 2022 09:13:50 +0000 (11:13 +0200)
commit79eca7db9dd140f1e656578d63f34e8d33b7d80c
tree87254555a33992c29af7eb2f7ed923b0c6dfbcde
parent5717bbe225469c2ebb7bbe74ab54ce08802bb2db
wifi: cfg80211: handle IBSS in channel switch

Prior to commit d624b47de5de ("wifi: cfg80211: do some
rework towards MLO link APIs") the interface type didn't
really matter here, but now we need to handle all of the
possible cases. Add IBSS ("ADHOC") and handle it.

Fixes: d624b47de5de ("wifi: cfg80211: do some rework towards MLO link APIs")
Reported-by: syzbot+90d912872157e63589e4@syzkaller.appspotmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c