Commit f20eb4cb authored by Jeff Johnson's avatar Jeff Johnson Committed by Kalle Valo

wifi: ath11k: remove ath11k_htc_record::pauload[]

The misspelled pauload member of struct ath11k_htc_record is unused,
so remove it.
Signed-off-by: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: default avatarKalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20231127-flexarray-htc_record-v1-3-6be1f36126fd@quicinc.com
parent 7b4df59f
...@@ -153,7 +153,6 @@ struct ath11k_htc_record { ...@@ -153,7 +153,6 @@ struct ath11k_htc_record {
struct ath11k_htc_record_hdr hdr; struct ath11k_htc_record_hdr hdr;
union { union {
struct ath11k_htc_credit_report credit_report[0]; struct ath11k_htc_credit_report credit_report[0];
u8 pauload[0];
}; };
} __packed __aligned(4); } __packed __aligned(4);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment