summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htc.h
diff options
context:
space:
mode:
authorJeff Johnson <quic_jjohnson@quicinc.com>2023-11-27 19:14:47 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2023-11-30 20:02:23 +0300
commitc7876faa91ab01b314b81ea8e5a0ccdeb186f483 (patch)
tree071c0f1cd5a2efc3b442190d56cc0cbfd9802253 /drivers/net/wireless/ath/ath10k/htc.h
parentb1dc0ba41431147e55407140962c76f3e7a06753 (diff)
downloadlinux-c7876faa91ab01b314b81ea8e5a0ccdeb186f483.tar.xz
wifi: ath10k: remove ath10k_htc_record::pauload[]
The misspelled pauload member of struct ath10k_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-1-6be1f36126fd@quicinc.com
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/htc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htc.h b/drivers/net/wireless/ath/ath10k/htc.h
index 0eaa21ad86ac..feb7af8f373a 100644
--- a/drivers/net/wireless/ath/ath10k/htc.h
+++ b/drivers/net/wireless/ath/ath10k/htc.h
@@ -249,7 +249,6 @@ struct ath10k_htc_record {
struct ath10k_htc_credit_report credit_report[0];
struct ath10k_htc_lookahead_report lookahead_report[0];
struct ath10k_htc_lookahead_bundle lookahead_bundle[0];
- u8 pauload[0];
};
} __packed __aligned(4);