qcacmn: Configure MAWC NLO parameters to the firmware

Get the MAWC based NLO parameters from HDD/WMA and pass them
to firmware

Change-Id: I16ce12d36df7f3ccab4db32b4d7f72a0f9762795
CRs-Fixed: 2064837
This commit is contained in:
Varun Reddy Yeturu
2017-07-24 16:11:22 -07:00
committed by snandini
parent 4cae429926
commit 4fa519b08c
2 changed files with 6 additions and 0 deletions

View File

@@ -677,6 +677,9 @@ QDF_STATUS wmi_unified_pno_start_cmd(void *wmi_hdl,
struct pno_scan_req_params *pno);
#endif
QDF_STATUS wmi_unified_nlo_mawc_cmd(void *wmi_hdl,
struct nlo_mawc_params *params);
QDF_STATUS wmi_unified_set_ric_req_cmd(void *wmi_hdl, void *msg,
uint8_t is_add_ts);