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
This commit is contained in:
Kiran Venkatappa
2017-11-17 17:08:02 +05:30
committed by snandini
vanhempi d280596fd3
commit 9c625d28f1

Näytä tiedosto

@@ -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;
}
/**