]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Wed, 22 Jun 2022 13:15:56 +0000 (16:15 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:20 +0000 (11:43 +0200)
commite03b611ba1c25e9e642f07f4ae953be581f50010
treec6998e394b4a4eb29317263233c7eb22e70830fb
parent04a8c8c0ce3f66ff0d40412020ead14e12a6d1e3
wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()

Recalculate min channel context for the given or all interface
links, depending on the caller. For a station state change, we
need to recalculate all of them since we don't know which link
(or multiple) it might be on.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/sta_info.c
net/mac80211/util.c
net/mac80211/vht.c