diff options
author | Igor Bezukh <[email protected]> | 2014-07-25 19:33:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-07-27 11:35:55 -0700 |
commit | 2cb9fa51514290a49078b631846be0d1ed4d60c6 (patch) | |
tree | 42ee88265fd7169bb5af7134fa56c91e12d87bde | |
parent | efcd24445dce841771095c6266d8a74a02c0e2a6 (diff) |
Staging: vt6655: removed redundant comments from iowpa.h
Removed redundant comments from iowpa.h header file.
Signed-off-by: Igor Bezukh <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/vt6655/iowpa.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/vt6655/iowpa.h b/drivers/staging/vt6655/iowpa.h index b7bd1909fa7c..772bc4c2a7b9 100644 --- a/drivers/staging/vt6655/iowpa.h +++ b/drivers/staging/vt6655/iowpa.h @@ -29,8 +29,6 @@ #ifndef __IOWPA_H__ #define __IOWPA_H__ -/*--------------------- Export Definitions -------------------------*/ - #define WPA_IE_LEN 64 //WPA related @@ -127,14 +125,6 @@ struct viawget_scan_result { int maxrate; }; -//2006-1116-01,<Add> by NomadZhao #pragma pack() -/*--------------------- Export Classes ----------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Types ------------------------------*/ - -/*--------------------- Export Functions --------------------------*/ #endif //__IOWPA_H__ |