diff options
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | 2011-04-13 01:54:43 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-13 15:23:03 -0400 |
commit | e4c62506fcfa7c1fa7c586ab518a172c3a65db0f (patch) | |
tree | ab473013ffe36f21a0992dab059081de21e7be35 /drivers/net/wireless/ath/ath9k/htc.h | |
parent | b97c57ff3f568b33ed91915f48431feae2dab288 (diff) |
ath9k_htc: Sync struct ath9k_htc_target_vif 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/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index e096624d9073..f74f45f238af 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h | |||
@@ -117,17 +117,11 @@ struct ath9k_htc_cap_target { | |||
117 | 117 | ||
118 | struct ath9k_htc_target_vif { | 118 | struct ath9k_htc_target_vif { |
119 | u8 index; | 119 | u8 index; |
120 | u8 des_bssid[ETH_ALEN]; | 120 | u8 opmode; |
121 | __be32 opmode; | ||
122 | u8 myaddr[ETH_ALEN]; | 121 | u8 myaddr[ETH_ALEN]; |
123 | u8 bssid[ETH_ALEN]; | ||
124 | u32 flags; | ||
125 | u32 flags_ext; | ||
126 | u16 ps_sta; | ||
127 | __be16 rtsthreshold; | ||
128 | u8 ath_cap; | 122 | u8 ath_cap; |
129 | u8 node; | 123 | __be16 rtsthreshold; |
130 | s8 mcast_rate; | 124 | u8 pad; |
131 | } __packed; | 125 | } __packed; |
132 | 126 | ||
133 | #define ATH_HTC_STA_AUTH 0x0001 | 127 | #define ATH_HTC_STA_AUTH 0x0001 |