summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
diff options
context:
space:
mode:
authorSujith Manoharan2011-04-13 07:54:49 +0200
committerJohn W. Linville2011-04-13 21:23:08 +0200
commit0a8579f6b7c3f4332ad9eb6615c7631ef9cd4ed6 (patch)
tree846564b11b72bd6d1e3b351bb6acc70f36f54d3f /drivers/net/wireless/ath/ath9k
parentath9k_htc: Sync struct ath9k_htc_target_vif with FW (diff)
downloadkernel-qcow2-linux-0a8579f6b7c3f4332ad9eb6615c7631ef9cd4ed6.tar.gz
kernel-qcow2-linux-0a8579f6b7c3f4332ad9eb6615c7631ef9cd4ed6.tar.xz
kernel-qcow2-linux-0a8579f6b7c3f4332ad9eb6615c7631ef9cd4ed6.zip
ath9k_htc: Sync struct ath9k_htc_cap_target with FW
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc.h1
1 files changed, 1 insertions, 0 deletions
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 {