qcacmn: Add support to handle new htt format

If FW supports new htt format include only payload length in
the header length.

Change-Id: Ia5ec9a474bc5fe68de28273e6f9615d36de94a7c
CRs-Fixed: 2359253
Цей коміт міститься в:
Rakshith Suresh Patkar
2018-12-04 21:12:00 +05:30
зафіксовано nshrivas
джерело c28f839a84
коміт 5aeabd612d
4 змінених файлів з 37 додано та 12 видалено

Переглянути файл

@@ -634,11 +634,22 @@ bool htc_is_endpoint_active(HTC_HANDLE HTCHandle,
* @isNodropPkt - indicates whether it is nodrop pkt
*
* Return: None
* Return:
*
*/
void htc_set_nodrop_pkt(HTC_HANDLE HTCHandle, A_BOOL isNodropPkt);
/**
* htc_enable_hdr_length_check - Set up htc_hdr_length_check flag
* @HTCHandle - HTC handle
* @htc_hdr_length_check - flag to indicate whether htc header length check is
* required
*
* Return: None
*
*/
void
htc_enable_hdr_length_check(HTC_HANDLE htc_handle, bool htc_hdr_length_check);
/**
* htc_get_num_recv_buffers - Get the number of recv buffers currently queued
* into an HTC endpoint