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
diff --git a/wmi_unified_api.h b/wmi_unified_api.h
index 9eef1d0..2a66094 100644
--- a/wmi_unified_api.h
+++ b/wmi_unified_api.h
@@ -677,6 +677,9 @@
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);