qcacmn: EHT capability changes for D1.0

Add storage for EHT mac and phy capabilities as
per 11be D1.0 and update the EHT mac and phy capability
sizes.

Change-Id: I67224b35b701235374772e9975375e695f3ed959
CRs-Fixed: 3000166
This commit is contained in:
Venkateswara Swamy Bandaru
2021-07-28 13:22:48 +05:30
کامیت شده توسط Madan Koyyalamudi
والد e95a45c0f7
کامیت ed74f5b410
5فایلهای تغییر یافته به همراه115 افزوده شده و 13 حذف شده

مشاهده پرونده

@@ -265,12 +265,12 @@ struct wlan_psoc_host_mac_phy_caps_ext2 {
uint32_t phy_id;
uint64_t wireless_modes_ext;
#ifdef WLAN_FEATURE_11BE
uint32_t eht_cap_info_2G[PSOC_HOST_MAX_MAC_SIZE];
uint32_t eht_cap_info_2G[PSOC_HOST_MAX_EHT_MAC_SIZE];
uint32_t eht_supp_mcs_2G;
uint32_t eht_cap_info_5G[PSOC_HOST_MAX_MAC_SIZE];
uint32_t eht_cap_info_5G[PSOC_HOST_MAX_EHT_MAC_SIZE];
uint32_t eht_supp_mcs_5G;
uint32_t eht_cap_phy_info_2G[PSOC_HOST_MAX_PHY_SIZE];
uint32_t eht_cap_phy_info_5G[PSOC_HOST_MAX_PHY_SIZE];
uint32_t eht_cap_phy_info_2G[PSOC_HOST_MAX_EHT_PHY_SIZE];
uint32_t eht_cap_phy_info_5G[PSOC_HOST_MAX_EHT_PHY_SIZE];
uint32_t eht_cap_info_internal;
#endif
};