aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/otus/athr_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/otus/athr_common.h')
-rw-r--r--drivers/staging/otus/athr_common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/otus/athr_common.h b/drivers/staging/otus/athr_common.h
index 620f78a41d5..3e32f5b4ac6 100644
--- a/drivers/staging/otus/athr_common.h
+++ b/drivers/staging/otus/athr_common.h
@@ -68,7 +68,7 @@
68 68
69#define ZM_WAPI_KEY_SIZE 32 69#define ZM_WAPI_KEY_SIZE 32
70#define ZM_WAPI_IV_LEN 16 70#define ZM_WAPI_IV_LEN 16
71#endif //ZM_ENALBE_WAPI 71#endif /* ZM_ENALBE_WAPI */
72/* structure definition */ 72/* structure definition */
73 73
74struct athr_wlan_param { 74struct athr_wlan_param {
@@ -123,7 +123,7 @@ struct athr_wapi_param {
123 u8 key[ZM_WAPI_KEY_SIZE]; 123 u8 key[ZM_WAPI_KEY_SIZE];
124 } crypt; 124 } crypt;
125 struct { 125 struct {
126 u8 wapi_policy; 126 u8 wapi_policy;
127 } info; 127 } info;
128 } u; 128 } u;
129}; 129};
@@ -132,10 +132,10 @@ struct athr_wapi_sta_info
132{ 132{
133 u16 msg_type; 133 u16 msg_type;
134 u16 datalen; 134 u16 datalen;
135 u8 sta_mac[ETH_ALEN]; 135 u8 sta_mac[ETH_ALEN];
136 u8 reserve_data[2]; 136 u8 reserve_data[2];
137 u8 gsn[ZM_WAPI_IV_LEN]; 137 u8 gsn[ZM_WAPI_IV_LEN];
138 u8 wie[256]; 138 u8 wie[256];
139}; 139};
140#endif //ZM_ENALBE_WAPI 140#endif /* ZM_ENALBE_WAPI */
141#endif 141#endif