qcacmn: Add WMI service define for offchan_data_tid

Add offchan_data_tx_support service enum to map to new service bit for
this support.

Change-Id: I772d1d43e507469efc678f791ce92ef26eb844a5
CRs-Fixed: 2145450
此提交包含在:
Kiran Venkatappa
2017-11-17 17:08:02 +05:30
提交者 snandini
父節點 d280596fd3
當前提交 9c625d28f1

查看文件

@@ -20865,6 +20865,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
wmi_service[wmi_service_widebw_scan] = WMI_SERVICE_SCAN_PHYMODE_SUPPORT;
wmi_service[wmi_service_bcn_offload_start_stop_support] =
WMI_SERVICE_BCN_OFFLOAD_START_STOP_SUPPORT;
wmi_service[wmi_service_offchan_data_tid_support] =
WMI_SERVICE_OFFCHAN_DATA_TID_SUPPORT;
}
/**