From: Sujith Manoharan Date: Wed, 13 Apr 2011 05:54:49 +0000 (+0530) Subject: ath9k_htc: Sync struct ath9k_htc_cap_target with FW X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0a8579f6b7c3f4332ad9eb6615c7631ef9cd4ed6;p=linux-beck.git ath9k_htc: Sync struct ath9k_htc_cap_target with FW Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index f74f45f238af..1568c3692da4 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h @@ -113,6 +113,7 @@ struct ath9k_htc_cap_target { u8 tx_chainmask_legacy; u8 rtscts_ratecode; u8 protmode; + u8 pad; } __packed; struct ath9k_htc_target_vif {