qcacmn: Correct the tlv length of the hangdata

The Tlv of the hang data is reduced to 2bytes from the 4bytes
change the structure defnitions accordingly.

Change-Id: I675e4d837afa92496aeebec408ebfd90cbb7ad32
CRs-Fixed: 2753821
このコミットが含まれているのは:
Arun Kumar Khandavalli
2020-08-12 17:38:58 +05:30
committed by snandini
コミット ffaafd74ef
3個のファイルの変更3行の追加3行の削除

ファイルの表示

@@ -31,7 +31,7 @@ struct HTC_CREDIT_HISTORY {
};
struct htc_hang_data_fixed_param {
uint32_t tlv_header;
uint16_t tlv_header;
struct HTC_CREDIT_HISTORY credit_hist;
} qdf_packed;