1
0

qcacld-3.0: Featurize Dynamic Voltage Config

Host provides INI way to control voltage configs, featurizing the
same for Genoa.

Change-Id: Ia58d84eb2e2a67ead189a51d2a0b98230513f8f9
CRs-Fixed: 2304125
Este cometimento está contido em:
Rachit Kankane
2018-08-02 18:47:50 +05:30
cometido por nshrivas
ascendente f8273c3d02
cometimento f6834c4b4c
12 ficheiros modificados com 40 adições e 1 eliminações

Ver ficheiro

@@ -364,6 +364,7 @@ QDF_STATUS wma_crash_inject(WMA_HANDLE wma_handle, uint32_t type,
*/
uint32_t wma_critical_events_in_flight(void);
#ifdef FEATURE_WLAN_DYNAMIC_CVM
/**
* wma_set_vc_mode_config() - set voltage corner mode config to FW.
* @wma_handle: pointer to wma handle.
@@ -376,6 +377,7 @@ uint32_t wma_critical_events_in_flight(void);
*/
QDF_STATUS wma_set_vc_mode_config(void *wma_handle,
uint32_t vc_bitmap);
#endif
QDF_STATUS wma_process_dhcp_ind(WMA_HANDLE wma_handle,
tAniDHCPInd *ta_dhcp_ind);