qcacmn: Change beacon tx WMI API under feature flag

Remove CONFIG_MCL for Beacon buf send WMI command APIs.
And move them under WLAN_WMI_BCN.

Change-Id: Ie5053334bd7498cb9dd84dbc515ffd3414a4ad32
CRs-Fixed: 2483567
此提交包含在:
Liangwei Dong
2019-07-02 16:19:43 +08:00
提交者 nshrivas
父節點 37b2c4d198
當前提交 0b37b4ca1d
共有 3 個檔案被更改,包括 81 行新增47 行删除

查看文件

@@ -783,7 +783,7 @@ QDF_STATUS (*send_config_packet_filter_cmd)(wmi_unified_t wmi_handle,
uint8_t filter_id, bool enable);
#endif
#endif /* end of WLAN_POWER_MANAGEMENT_OFFLOAD */
#ifdef CONFIG_MCL
#ifdef WLAN_WMI_BCN
QDF_STATUS (*send_bcn_buf_ll_cmd)(wmi_unified_t wmi_handle,
wmi_bcn_send_from_host_cmd_fixed_param * param);
#endif
@@ -2372,6 +2372,14 @@ static inline void wmi_sta_attach_tlv(struct wmi_unified *wmi_handle)
}
#endif
#ifdef WLAN_WMI_BCN
void wmi_bcn_attach_tlv(wmi_unified_t wmi_handle);
#else
static inline void wmi_bcn_attach_tlv(wmi_unified_t wmi_handle)
{
}
#endif
/**
* wmi_align() - provides word aligned parameter
* @param: parameter to be aligned