Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Minor comment conflict in mac80211. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -2019,7 +2019,11 @@ void cfg80211_update_assoc_bss_entry(struct wireless_dev *wdev,
|
||||
|
||||
spin_lock_bh(&rdev->bss_lock);
|
||||
|
||||
if (WARN_ON(cbss->pub.channel == chan))
|
||||
/*
|
||||
* Some APs use CSA also for bandwidth changes, i.e., without actually
|
||||
* changing the control channel, so no need to update in such a case.
|
||||
*/
|
||||
if (cbss->pub.channel == chan)
|
||||
goto done;
|
||||
|
||||
/* use transmitting bss */
|
||||
|
Reference in New Issue
Block a user