aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/wpa.h
diff options
context:
space:
mode:
authorJim Lieb <lieb@canonical.com>2009-08-12 17:54:08 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 15:02:07 -0400
commit9d26d60f99855056a20ac7c0b68eb5ed04619831 (patch)
tree78c5c3c05f639051eb0be9c38ed4fdf6a9f78fa4 /drivers/staging/vt6656/wpa.h
parenta884847a1a30be9a55d975f1e3fe8cf5f922bb79 (diff)
Staging: vt665x: Clean up include files, Part 1
Remove cplusplus lines from include files Remove needless ifdefs on includes to conform with C conventions. Remove misc commented code/includes Update TODO Signed-off-by: Jim Lieb <lieb@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/wpa.h')
-rw-r--r--drivers/staging/vt6656/wpa.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/staging/vt6656/wpa.h b/drivers/staging/vt6656/wpa.h
index 8000a37c6fc..9d9ce01d0c6 100644
--- a/drivers/staging/vt6656/wpa.h
+++ b/drivers/staging/vt6656/wpa.h
@@ -31,14 +31,8 @@
31#ifndef __WPA_H__ 31#ifndef __WPA_H__
32#define __WPA_H__ 32#define __WPA_H__
33 33
34
35#if !defined(__TTYPE_H__)
36#include "ttype.h" 34#include "ttype.h"
37#endif
38#if !defined(__80211HDR_H__)
39#include "80211hdr.h" 35#include "80211hdr.h"
40#endif
41
42 36
43/*--------------------- Export Definitions -------------------------*/ 37/*--------------------- Export Definitions -------------------------*/
44 38
@@ -63,9 +57,6 @@
63 57
64 58
65/*--------------------- Export Functions --------------------------*/ 59/*--------------------- Export Functions --------------------------*/
66#ifdef __cplusplus
67extern "C" { /* Assume C declarations for C++ */
68#endif /* __cplusplus */
69 60
70VOID 61VOID
71WPA_ClearRSN( 62WPA_ClearRSN(
@@ -90,9 +81,4 @@ WPAb_Is_RSN(
90 IN PWLAN_IE_RSN_EXT pRSN 81 IN PWLAN_IE_RSN_EXT pRSN
91 ); 82 );
92 83
93#ifdef __cplusplus
94} /* End of extern "C" { */
95#endif /* __cplusplus */
96
97
98#endif // __WPA_H__ 84#endif // __WPA_H__