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)
commit0cbf348a9a790d5dfbfa1b5b463f09507e7594fc
treec6998e394b4a4eb29317263233c7eb22e70830fb
parente10b680118774cf43e02f9e1fc84989636d1b5e5
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