aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/wpactl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6656/wpactl.h')
-rw-r--r--drivers/staging/vt6656/wpactl.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/staging/vt6656/wpactl.h b/drivers/staging/vt6656/wpactl.h
index 56179f01311..00c8451ab50 100644
--- a/drivers/staging/vt6656/wpactl.h
+++ b/drivers/staging/vt6656/wpactl.h
@@ -52,9 +52,7 @@ typedef enum { KEY_MGMT_802_1X, KEY_MGMT_PSK, KEY_MGMT_NONE,
52#define GENERIC_INFO_ELEM 0xdd 52#define GENERIC_INFO_ELEM 0xdd
53#define RSN_INFO_ELEM 0x30 53#define RSN_INFO_ELEM 0x30
54 54
55 55typedef unsigned long long NDIS_802_11_KEY_RSC;
56
57typedef ULONGLONG NDIS_802_11_KEY_RSC;
58 56
59/*--------------------- Export Classes ----------------------------*/ 57/*--------------------- Export Classes ----------------------------*/
60 58
@@ -66,7 +64,4 @@ int wpa_set_wpadev(PSDevice pDevice, int val);
66int wpa_ioctl(PSDevice pDevice, struct iw_point *p); 64int wpa_ioctl(PSDevice pDevice, struct iw_point *p);
67int wpa_set_keys(PSDevice pDevice, void *ctx, BOOL fcpfkernel); 65int wpa_set_keys(PSDevice pDevice, void *ctx, BOOL fcpfkernel);
68 66
69#endif // __WPACL_H__ 67#endif /* __WPACL_H__ */
70
71
72