|
@@ -2694,6 +2694,7 @@ static QDF_STATUS send_peer_assoc_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
(param->peer_he_mcs_count * sizeof(wmi_he_rate_set)));
|
|
|
buf_ptr += WMI_TLV_HDR_SIZE;
|
|
|
|
|
|
+ WMI_PEER_STA_TYPE_SET(cmd->sta_type, param->peer_bsscolor_rept_info);
|
|
|
/* Loop through the HE rate set */
|
|
|
for (i = 0; i < param->peer_he_mcs_count; i++) {
|
|
|
he_mcs = (wmi_he_rate_set *) buf_ptr;
|