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
Esse commit está contido em:
Venkateswara Swamy Bandaru
2021-07-28 13:22:48 +05:30
commit de Madan Koyyalamudi
commit ed74f5b410
5 arquivos alterados com 115 adições e 13 exclusões

Ver arquivo

@@ -686,5 +686,9 @@ struct wlan_ssid {
#define PSOC_MAX_PHY_REG_CAP (3)
#define PSOC_MAX_CHAINMASK_TABLES (5)
#ifdef WLAN_FEATURE_11BE
#define PSOC_HOST_MAX_EHT_MAC_SIZE 1
#define PSOC_HOST_MAX_EHT_PHY_SIZE 2
#endif
#endif /* _WLAN_OBJMGR_CMN_H_*/