diff options
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 |