qcacmn: Add new param on peer assoc command
Add new param on peer assoc command to pass sta type for bsscolor. Change-Id: I83f78c07f9079b23629c2f7f42d67ae9630c2d6c CRs-fixed: 2727001
Este commit está contenido en:

cometido por
snandini

padre
ed5856be03
commit
199049f281
@@ -1085,6 +1085,7 @@ struct peer_assoc_params {
|
|||||||
uint32_t peer_he_rx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
|
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];
|
uint32_t peer_he_tx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
|
||||||
struct wmi_host_ppe_threshold peer_ppet;
|
struct wmi_host_ppe_threshold peer_ppet;
|
||||||
|
u_int8_t peer_bsscolor_rept_info;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -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)));
|
(param->peer_he_mcs_count * sizeof(wmi_he_rate_set)));
|
||||||
buf_ptr += WMI_TLV_HDR_SIZE;
|
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 */
|
/* Loop through the HE rate set */
|
||||||
for (i = 0; i < param->peer_he_mcs_count; i++) {
|
for (i = 0; i < param->peer_he_mcs_count; i++) {
|
||||||
he_mcs = (wmi_he_rate_set *) buf_ptr;
|
he_mcs = (wmi_he_rate_set *) buf_ptr;
|
||||||
|
Referencia en una nueva incidencia
Block a user