qcacmn: Add API to send set TPC power command
Add new API to handle the logic of sending the WMI command, WMI_SET_TPC_POWER_CMDID. Create the struct to hold this new transmit power information. Change-Id: Ibc7c6109176577f56d149baf87022de557e84445 CRs-fixed: 2841781
Tento commit je obsažen v:
@@ -2490,6 +2490,10 @@ QDF_STATUS (*send_lcr_cmd)(wmi_unified_t wmi_handle,
|
||||
QDF_STATUS (*send_lci_cmd)(wmi_unified_t wmi_handle,
|
||||
struct wifi_pos_lci_info *lci_info);
|
||||
#endif
|
||||
|
||||
QDF_STATUS (*send_set_tpc_power_cmd)(wmi_unified_t wmi_handle,
|
||||
uint8_t vdev_id,
|
||||
struct reg_tpc_power_info *param);
|
||||
};
|
||||
|
||||
/* Forward declartion for psoc*/
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele