qcacmn: Add WIN compilation fixes for TLV
Compilation fixes made to compile TLV on WIN code base. Also, Previous gerrits used WMI_NON_TLV_SUPPORT for all compilation fixes of WIN vs MCL, using CONFIG_MCL and CONFIG_WIN wherever it is found appropriate to keep it consistent with other modules. Change-Id: I1c129d736746556210c46f3122e2739d233e1d6b Acked-by: prgandhi@qti.qualcomm.com CRs-Fixed: 1008872
This commit is contained in:
@@ -115,10 +115,14 @@ QDF_STATUS send_stats_request_cmd_tlv(wmi_unified_t wmi_handle,
|
||||
uint8_t macaddr[IEEE80211_ADDR_LEN],
|
||||
struct stats_request_params *param);
|
||||
|
||||
#ifdef CONFIG_WIN
|
||||
QDF_STATUS send_packet_log_enable_cmd_tlv(wmi_unified_t wmi_handle,
|
||||
WMI_HOST_PKTLOG_EVENT PKTLOG_EVENT);
|
||||
#else
|
||||
QDF_STATUS send_packet_log_enable_cmd_tlv(wmi_unified_t wmi_handle,
|
||||
uint8_t macaddr[IEEE80211_ADDR_LEN],
|
||||
struct packet_enable_params *param);
|
||||
|
||||
#endif
|
||||
QDF_STATUS send_beacon_send_cmd_tlv(wmi_unified_t wmi_handle,
|
||||
struct beacon_params *param);
|
||||
|
||||
|
Reference in New Issue
Block a user