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>
这个提交包含在:
Sujith Manoharan
2011-04-13 11:24:43 +05:30
提交者 John W. Linville
父节点 b97c57ff3f
当前提交 e4c62506fc
修改 2 个文件,包含 7 行新增13 行删除

查看文件

@@ -117,17 +117,11 @@ struct ath9k_htc_cap_target {
struct ath9k_htc_target_vif {
u8 index;
u8 des_bssid[ETH_ALEN];
__be32 opmode;
u8 opmode;
u8 myaddr[ETH_ALEN];
u8 bssid[ETH_ALEN];
u32 flags;
u32 flags_ext;
u16 ps_sta;
__be16 rtsthreshold;
u8 ath_cap;
u8 node;
s8 mcast_rate;
__be16 rtsthreshold;
u8 pad;
} __packed;
#define ATH_HTC_STA_AUTH 0x0001