Skip to content

Commit c7876fa

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

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ struct ath10k_htc_record {
249249
struct ath10k_htc_credit_report credit_report[0];
250250
struct ath10k_htc_lookahead_report lookahead_report[0];
251251
struct ath10k_htc_lookahead_bundle lookahead_bundle[0];
252-
u8 pauload[0];
253252
};
254253
} __packed __aligned(4);
255254

0 commit comments

Comments
 (0)