diff options
author | Pradeep Kumar Chitrapu <pradeepc@codeaurora.org> | 2020-10-20 11:31:08 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-11-06 10:03:21 +0100 |
commit | 70debba3ab7d1009e97310268339cee1d5c7d949 (patch) | |
tree | cbdc95f5ad11a16675f88f51aa55bffd24430279 /include/net/mac80211.h | |
parent | c4a30446a92a222d2f368254dcc4ab2fda0ba924 (diff) | |
download | linux-70debba3ab7d1009e97310268339cee1d5c7d949.tar.bz2 |
mac80211: save HE oper info in BSS config for mesh
Currently he_support is set only for AP mode. Storing this
information for mesh BSS as well helps driver to determine
HE support. Also save HE operation element params in BSS
conf so that drivers can access this for any configurations
instead of having to parse the beacon to fetch that info.
Signed-off-by: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Link: https://lore.kernel.org/r/20201020183111.25458-2-pradeepc@codeaurora.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index e8e295dae744..ee72ea5ec861 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -621,7 +621,8 @@ struct ieee80211_fils_discovery { * nontransmitted BSSIDs * @profile_periodicity: the least number of beacon frames need to be received * in order to discover all the nontransmitted BSSIDs in the set. - * @he_oper: HE operation information of the AP we are connected to + * @he_oper: HE operation information of the BSS (AP/Mesh) or of the AP we are + * connected to (STA) * @he_obss_pd: OBSS Packet Detection parameters. * @he_bss_color: BSS coloring settings, if BSS supports HE * @fils_discovery: FILS discovery configuration |