mac80211: save HE oper info in BSS config for mesh
authorPradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Tue, 20 Oct 2020 18:31:08 +0000 (11:31 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 6 Nov 2020 09:03:21 +0000 (10:03 +0100)
commit70debba3ab7d1009e97310268339cee1d5c7d949
treecbdc95f5ad11a16675f88f51aa55bffd24430279
parentc4a30446a92a222d2f368254dcc4ab2fda0ba924
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>
include/net/mac80211.h
net/mac80211/mesh.c