qcacmn: Add peer assoc and service ready param for hecap_info_internal
'hecap_info_internal' has been added to indicate support for 11ax proprietary PHY features: 400ns SGI support in 1X/2X LTF and 2X LTF support in 160/80+80MHz modes. Added the corresponding peer assoc and service ready parameter. Change-Id: I34ead9278d8d84ecbc5525867f1584f8c8a4d7b8 CRs-fixed: 2414163
This commit is contained in:
@@ -1271,6 +1271,7 @@ typedef struct {
|
||||
* @peer_he_cap_macinfo: Peer HE Cap MAC info
|
||||
* @peer_he_ops: Peer HE operation info
|
||||
* @peer_he_cap_phyinfo: Peer HE Cap PHY info
|
||||
* @peer_he_cap_info_internal: Peer HE Proprietary PHY capability info
|
||||
* @peer_he_mcs_count: Peer HE MCS TX/RX MAP count
|
||||
* @peer_he_rx_mcs_set: Peer HE RX MCS MAP
|
||||
* @peer_he_tx_mcs_set: Peer HE TX MCS MAP
|
||||
@@ -1330,6 +1331,7 @@ struct peer_assoc_params {
|
||||
uint32_t peer_he_cap_macinfo[WMI_HOST_MAX_HECAP_MAC_SIZE];
|
||||
uint32_t peer_he_ops;
|
||||
uint32_t peer_he_cap_phyinfo[WMI_HOST_MAX_HECAP_PHY_SIZE];
|
||||
uint32_t peer_he_cap_info_internal;
|
||||
uint32_t peer_he_mcs_count;
|
||||
uint32_t peer_he_rx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
|
||||
uint32_t peer_he_tx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
|
||||
|
Reference in New Issue
Block a user