summaryrefslogtreecommitdiff
path: root/wmi/inc/wmi_unified_api.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-03-29 05:22:08 -0700
committerLinux Build Service Account <lnxbuild@localhost>2019-03-29 05:22:08 -0700
commit00ad42a92dcaec314779da9973bb58e932809cca (patch)
tree49dbb4ef81f2ae1f2436181a54de0251cb26aec1 /wmi/inc/wmi_unified_api.h
parent12d9d27285a05443b7f9d6cb5bca9102066b091f (diff)
parentf149fbd7a0931a6453b5f327f4c91f4aa28a91e7 (diff)
Merge f149fbd7a0931a6453b5f327f4c91f4aa28a91e7 on remote branch
Change-Id: Ib81891aeb2d9301d7fcb1a2481b61a197c50ed01
Diffstat (limited to 'wmi/inc/wmi_unified_api.h')
-rw-r--r--wmi/inc/wmi_unified_api.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/wmi/inc/wmi_unified_api.h b/wmi/inc/wmi_unified_api.h
index abf82efb19f6..14611e10ec5a 100644
--- a/wmi/inc/wmi_unified_api.h
+++ b/wmi/inc/wmi_unified_api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2019 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -1623,4 +1623,14 @@ QDF_STATUS wmi_unified_offload_11k_cmd(void *wmi_hdl,
*/
QDF_STATUS wmi_unified_invoke_neighbor_report_cmd(void *wmi_hdl,
struct wmi_invoke_neighbor_report_params *params);
+
+/**
+ * wmi_unified_send_btm_config() - Send BTM config to fw
+ * @wmi_hdl: wmi handle
+ * @params: pointer to wmi_btm_config
+ *
+ * Return: QDF_STATUS
+ */
+QDF_STATUS wmi_unified_send_btm_config(void *wmi_hdl,
+ struct wmi_btm_config *params);
#endif /* _WMI_UNIFIED_API_H_ */