summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorIgor Bezukh2014-07-22 14:25:18 +0200
committerGreg Kroah-Hartman2014-07-23 00:04:13 +0200
commit7a43ba4221aba096aedda5bf136c4b767d335c9b (patch)
treee18ec246b41e16a800d1101a0308b8fc7dfcf26e /drivers
parentStaging: vt6655: Removed redundant comments and newlines (diff)
downloadkernel-qcow2-linux-7a43ba4221aba096aedda5bf136c4b767d335c9b.tar.gz
kernel-qcow2-linux-7a43ba4221aba096aedda5bf136c4b767d335c9b.tar.xz
kernel-qcow2-linux-7a43ba4221aba096aedda5bf136c4b767d335c9b.zip
Staging: vt6655: remove redundant comments from 80211hdr.h
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/vt6655/80211hdr.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/vt6655/80211hdr.h b/drivers/staging/vt6655/80211hdr.h
index ba155cdded2f..e05d13544ea2 100644
--- a/drivers/staging/vt6655/80211hdr.h
+++ b/drivers/staging/vt6655/80211hdr.h
@@ -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__ */