summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2015-06-15 10:25:32 (GMT)
committerKalle Valo <kvalo@codeaurora.org>2015-06-15 10:25:32 (GMT)
commitd9378080a12ba314476fcccf4ce1328794e4e230 (patch)
tree78640c772386f691e927a1ec86694a3292e0adcc /drivers/net/wireless/ath/ath6kl
parented8e0ed53b317f72df907298fb653a976b083dc4 (diff)
parent3e2d8e1b82af3e67c8d369f3c006b8f882399742 (diff)
downloadlinux-d9378080a12ba314476fcccf4ce1328794e4e230.tar.xz
Merge ath-next from ath.git
Major changes: wil6210: * add modparam for bcast ring size * support hidden SSID * add per-MCS Rx stats
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl')
-rw-r--r--drivers/net/wireless/ath/ath6kl/wmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/wmi.h b/drivers/net/wireless/ath/ath6kl/wmi.h
index 19f88b4..05d25a9 100644
--- a/drivers/net/wireless/ath/ath6kl/wmi.h
+++ b/drivers/net/wireless/ath/ath6kl/wmi.h
@@ -1527,8 +1527,8 @@ struct wmi_connect_event {
__le32 nw_type;
} sta;
struct {
- u8 phymode;
u8 aid;
+ u8 phymode;
u8 mac_addr[ETH_ALEN];
u8 auth;
u8 keymgmt;