summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
diff options
context:
space:
mode:
authorJeff Johnson <quic_jjohnson@quicinc.com>2023-11-27 19:14:49 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2023-11-30 20:02:23 +0300
commitf20eb4cb93240c4da4c7a3563b4063047bef3a7b (patch)
treefcf3bf2bd841848f3a7eddf6045cd143a8a08ea4 /drivers/net/wireless/ath/ath11k
parent7b4df59fced034c88c012231361f94662d2487dc (diff)
downloadlinux-f20eb4cb93240c4da4c7a3563b4063047bef3a7b.tar.xz
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
Diffstat (limited to 'drivers/net/wireless/ath/ath11k')
-rw-r--r--drivers/net/wireless/ath/ath11k/htc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/htc.h b/drivers/net/wireless/ath/ath11k/htc.h
index cf6b9aa0784d..d5864a35e75b 100644
--- a/drivers/net/wireless/ath/ath11k/htc.h
+++ b/drivers/net/wireless/ath/ath11k/htc.h
@@ -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);