diff options
author | Johannes Berg <johannes.berg@intel.com> | 2022-07-11 15:13:20 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2022-07-15 11:43:21 +0200 |
commit | de03f8ac5c5225a675c754c1b2b69771b77dfa84 (patch) | |
tree | 77fdb90fa163f04e7637018714d872317954a992 /net/mac80211/rate.h | |
parent | wifi: mac80211: add multi-link element to AUTH frames (diff) | |
download | linux-de03f8ac5c5225a675c754c1b2b69771b77dfa84.tar.xz linux-de03f8ac5c5225a675c754c1b2b69771b77dfa84.zip |
wifi: mac80211: make ieee80211_check_rate_mask() link-aware
Change ieee80211_check_rate_mask() to use a link rather than
the sdata and deflink/bss_conf.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rate.h')
-rw-r--r-- | net/mac80211/rate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rate.h b/net/mac80211/rate.h index d89c13584dc8..d6190f10fe7c 100644 --- a/net/mac80211/rate.h +++ b/net/mac80211/rate.h @@ -85,7 +85,7 @@ static inline void rate_control_add_debugfs(struct ieee80211_local *local) #endif } -void ieee80211_check_rate_mask(struct ieee80211_sub_if_data *sdata); +void ieee80211_check_rate_mask(struct ieee80211_link_data *link); /* Get a reference to the rate control algorithm. If `name' is NULL, get the * first available algorithm. */ |