qcacmn: Add SAR power limit configuration
There is a regulatory requirement for Specific Absorption Rate (SAR) whereby the phone transmit power is reduced when it is determined that the phone is in close proximity to the body. Implement a vendor command interface to set SAR power limts dynamically. Change-Id: I0a214a2af780e9dd8c381c4e9eaa7d8cab6ef853 CRs-Fixed: 1098102
This commit is contained in:

committed by
qcabuildsw

parent
3f1115a8de
commit
7e5ad48619
@@ -1311,6 +1311,8 @@ QDF_STATUS wmi_extract_vdev_extd_stats(void *wmi_hdl, void *evt_buf,
|
||||
|
||||
QDF_STATUS wmi_unified_send_power_dbg_cmd(void *wmi_hdl,
|
||||
struct wmi_power_dbg_params *param);
|
||||
QDF_STATUS wmi_unified_send_sar_limit_cmd(void *wmi_hdl,
|
||||
struct sar_limit_cmd_params *params);
|
||||
QDF_STATUS wmi_unified_send_adapt_dwelltime_params_cmd(void *wmi_hdl,
|
||||
struct wmi_adaptive_dwelltime_params *
|
||||
wmi_param);
|
||||
|
Reference in New Issue
Block a user