From 542e1cb01477fe9705e9edede17b49f5174a04e5 Mon Sep 17 00:00:00 2001 From: bings Date: Fri, 19 Feb 2021 10:49:50 +0800 Subject: [PATCH] qcacmn: Add eht_cap for psoc_phy_config Add eht_cap for psoc_phy_config to support 11BE Change-Id: I09d3e52fff3650235c9ab083cd78d3485344035a CRs-Fixed: 2908971 --- umac/mlme/include/wlan_psoc_mlme.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/umac/mlme/include/wlan_psoc_mlme.h b/umac/mlme/include/wlan_psoc_mlme.h index 526cedadb2..5bd0e14cf4 100644 --- a/umac/mlme/include/wlan_psoc_mlme.h +++ b/umac/mlme/include/wlan_psoc_mlme.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 The Linux Foundation. All rights reserved. + * Copyright (c) 2019-2021 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -49,6 +49,7 @@ struct wlan_6ghz_rnr_global_cache { * @ht_cap: If dev is configured as HT capable * @vht_cap:If dev is configured as VHT capable * @he_cap: If dev is configured as HE capable + * @eht_cap: If dev is configured as EHT capable * @vht_24G_cap:If dev is configured as VHT capable for 2.4Ghz * @beamformee_cap:If dev is configured as BF capable * @bw_above_20_5ghz: BW greater than 20Mhz supprted for 5Ghz @@ -60,6 +61,7 @@ struct psoc_phy_config { uint32_t ht_cap:1, vht_cap:1, he_cap:1, + eht_cap:1, vht_24G_cap:1, beamformee_cap:1, bw_above_20_5ghz:1,