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>
This commit is contained in:
Sujith Manoharan 2011-04-13 11:24:49 +05:30 committed by John W. Linville
parent e4c62506fc
commit 0a8579f6b7

View File

@ -113,6 +113,7 @@ struct ath9k_htc_cap_target {
u8 tx_chainmask_legacy; u8 tx_chainmask_legacy;
u8 rtscts_ratecode; u8 rtscts_ratecode;
u8 protmode; u8 protmode;
u8 pad;
} __packed; } __packed;
struct ath9k_htc_target_vif { struct ath9k_htc_target_vif {