mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 01:09:33 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
221cf98ca2
commit
7a43ba4221
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user