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
committed by nshrivas
コミット 5aeabd612d
4個のファイルの変更37行の追加12行の削除

ファイルの表示

@@ -240,6 +240,8 @@ typedef struct _HTC_TARGET {
* reflect the actual count.
*/
uint8_t wmi_ep_count;
/* Flag to indicate whether htc header length check is required */
bool htc_hdr_length_check;
} HTC_TARGET;