|
@@ -1028,6 +1028,7 @@ typedef struct {
|
|
|
* @peer_he_ops: Peer HE operation info
|
|
|
* @peer_he_cap_phyinfo: Peer HE Cap PHY info
|
|
|
* @peer_he_cap_info_internal: Peer HE internal PHY capability info
|
|
|
+ * @peer_he_caps_6ghz: Peer HE 6GHz Band Capabilities 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
|
|
@@ -1088,6 +1089,7 @@ struct peer_assoc_params {
|
|
|
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_caps_6ghz;
|
|
|
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];
|