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:
Lincoln Tran
2020-12-09 18:00:20 -08:00
odevzdal snandini
rodič c761e3e208
revize e9c3eda862
4 změnil soubory, kde provedl 97 přidání a 2 odebrání

Zobrazit soubor

@@ -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*/