Skip to content

Commit f20eb4c

Browse files
Jeff Johnsonkvalo
authored andcommitted
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 <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 7b4df59 commit f20eb4c

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/wireless/ath/ath11k

1 file changed

+0
-1
lines changed

drivers/net/wireless/ath/ath11k/htc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ struct ath11k_htc_record {
153153
struct ath11k_htc_record_hdr hdr;
154154
union {
155155
struct ath11k_htc_credit_report credit_report[0];
156-
u8 pauload[0];
157156
};
158157
} __packed __aligned(4);
159158

0 commit comments

Comments
 (0)