qcacmn: Define callback functions for LCI/LCR command send

Define callback functions to send LCI/LCR commands to  FW.

Change-Id: I4a9d97f65a4d5b3fbeb017e165ef207941af85ee
CRs-Fixed: 2832129
这个提交包含在:
Shashikala Prabhu
2020-12-17 12:31:35 +05:30
提交者 Gerrit - the friendly Code Review server
父节点 7ae3ccdc47
当前提交 9cbe634741

查看文件

@@ -85,6 +85,10 @@
#include <wlan_cm_roam_public_struct.h>
#endif
#ifdef WMI_AP_SUPPORT
#include <wmi_unified_ap_params.h>
#endif
#define WMI_UNIFIED_MAX_EVENT 0x100
#ifdef WMI_EXT_DBG
@@ -2464,6 +2468,10 @@ QDF_STATUS (*extract_vdev_tsf_report_event)(wmi_unified_t wmi_handle,
QDF_STATUS (*set_radio_tx_mode_select_cmd)(
wmi_unified_t wmi,
struct wmi_pdev_enable_tx_mode_selection *param);
QDF_STATUS (*send_lcr_cmd)(wmi_unified_t wmi_handle,
struct wmi_wifi_pos_lcr_info *lcr_info);
QDF_STATUS (*send_lci_cmd)(wmi_unified_t wmi_handle,
struct wifi_pos_lci_info *lci_info);
#endif
};