qcacmn: Retrieve max tx power allowd from vdev start resp
Wlan firmware updates "max tx power allowed" to host in fixed params of vdev start response event. Change-Id: Ide0dd7f55ed4b280deaae380670ca5617c018783 CRs-Fixed: 2654017
This commit is contained in:

committed by
nshrivas

parent
9e9fb6a437
commit
2ae12c22d3
@@ -205,6 +205,7 @@ extract_vdev_start_resp_tlv(struct wmi_unified *wmi_handle, void *evt_buf,
|
||||
vdev_rsp->mac_id = ev->mac_id;
|
||||
vdev_rsp->cfgd_tx_streams = ev->cfgd_tx_streams;
|
||||
vdev_rsp->cfgd_rx_streams = ev->cfgd_rx_streams;
|
||||
vdev_rsp->max_allowed_tx_power = ev->max_allowed_tx_power;
|
||||
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user