Staging: vt6655: remove redundant comments from 80211hdr.h
authorIgor Bezukh <igbzkh@gmail.com>
Tue, 22 Jul 2014 12:25:18 +0000 (15:25 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2014 22:04:13 +0000 (15:04 -0700)
Removed redundant comments from 80211hdr.h header file

Signed-off-by: Igor Bezukh <igbzkh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/80211hdr.h

index ba155cdded2f9285c7a15eb024d2e1131185578a..e05d13544ea29b8ce9c0cb7a17a92b06ed018eac 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "ttype.h"
 
-/*---------------------  Export Definitions -------------------------*/
 /* bit type */
 #define BIT0   0x00000001
 #define BIT1   0x00000002
@@ -315,10 +314,4 @@ typedef union tagUWLAN_80211HDR {
        WLAN_80211HDR_A4        sA4;
 } UWLAN_80211HDR, *PUWLAN_80211HDR;
 
-/*---------------------  Export Classes  ----------------------------*/
-
-/*---------------------  Export Variables  --------------------------*/
-
-/*---------------------  Export Functions  --------------------------*/
-
 #endif /* __80211HDR_H__ */
This page took 0.025148 seconds and 5 git commands to generate.