wifi: ath11k: remove ath11k_htc_record::pauload[]

The misspelled pauload member of struct ath11k_htc_record is unused,
so remove it.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20231127-flexarray-htc_record-v1-3-6be1f36126fd@quicinc.com
This commit is contained in:
Jeff Johnson
2023-11-27 08:14:49 -08:00
committed by Kalle Valo
parent 7b4df59fce
commit f20eb4cb93

View File

@@ -153,7 +153,6 @@ struct ath11k_htc_record {
struct ath11k_htc_record_hdr hdr;
union {
struct ath11k_htc_credit_report credit_report[0];
u8 pauload[0];
};
} __packed __aligned(4);