aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/otus/athr_common.h
diff options
context:
space:
mode:
authorMithlesh Thukral <mithlesh@linsyssoft.com>2009-10-27 00:21:39 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 15:23:11 -0500
commitdba0da373d389b9e12bb739d25cbe116dee5f55b (patch)
treedfcfe58af37edc116703c3c406bfcd67669ae4a9 /drivers/staging/otus/athr_common.h
parent3001fa0522b87cbd756896a7ffa30a38fdf7a388 (diff)
Staging: otus : checkpatch.pl cleanup for header files
Fix for checkpatch.pl errors and warnings in header files of otus driver. (There is a typedef which still remains. Plan to clean it up in next set of patches) Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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