projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1dc0ba
)
wifi: ath10k: remove ath10k_htc_record::pauload[]
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Mon, 27 Nov 2023 16:14:47 +0000
(08:14 -0800)
committer
Kalle Valo
<quic_kvalo@quicinc.com>
Thu, 30 Nov 2023 17:02:23 +0000
(19:02 +0200)
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
drivers/net/wireless/ath/ath10k/htc.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/htc.h
b/drivers/net/wireless/ath/ath10k/htc.h
index 0eaa21ad86acb3d73a0b09286760c2aa1135d6cf..feb7af8f373a0b3bb96330b5ee7038fd7f0c4f42 100644
(file)
--- 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);