wifi: mac80211: add ieee80211_vif_link_active() helper
authorJohannes Berg <johannes.berg@intel.com>
Wed, 28 Feb 2024 08:48:11 +0000 (09:48 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 4 Mar 2024 13:32:53 +0000 (14:32 +0100)
commit68f6c6afbcebdc3acdc6084abfe453f4cba6b9dc
tree2a76a037466572e6d5ceb83e2f3ab3f8ee48d9ad
parent0217972f9684b924b2cbd9219e5ed8c53564782b
wifi: mac80211: add ieee80211_vif_link_active() helper

We sometimes need to check if a link is active, and this
is complicated by the fact that active_links has no bits
set when the vif isn't (acting as) an MLD. Add a small
new helper ieee80211_vif_link_active() to make that a bit
easier, and use it in a few places.

Reviewed-by: Ilan Peer <ilan.peer@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240228094901.688760aff5f7.I06892a503f5ecb9563fbd678d35d08daf7a044b0@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/chan.c
net/mac80211/driver-ops.c
net/mac80211/util.c