diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2019-02-11 18:48:08 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-02-12 20:49:35 +0200 |
commit | 385bd8816cb517efc7fdd0a5d4081c76b16d5da1 (patch) | |
tree | 97a2a5e0c794f7024b052f6490fe747ffa5ac68d /drivers/net/wireless/ath/ath10k/wow.c | |
parent | db3b6280f5f1a8bd91c97bfb344bfc80655d07b2 (diff) |
ath10k: align ath10k_htt_txbuf structures
With W=1 GCC warns:
drivers/net/wireless/ath/ath10k/htt.h:1746:1: warning: alignment 1 of 'struct ath10k_htt_txbuf_32' is less than 4 [-Wpacked-not-aligned]
drivers/net/wireless/ath/ath10k/htt.h:1753:1: warning: alignment 1 of 'struct ath10k_htt_txbuf_64' is less than 4 [-Wpacked-not-aligned]
Fix that by using __align(4). Compile tested only.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wow.c')
0 files changed, 0 insertions, 0 deletions