Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bd937af authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman
Browse files

Staging: wlan-ng: Remove stray comments in header files



The header files contain a few comments, which describe the
function of the header element. Remove them where not needed.

Signed-off-by: default avatarMoritz Muehlenhoff <jmm@debian.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 28b17a4b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -168,9 +168,6 @@ typedef struct wlan_snap
/* Circular include trick */
struct wlandevice;

/*================================================================*/
/* Externs */

/*================================================================*/
/*Function Declarations */

+0 −4
Original line number Diff line number Diff line
@@ -250,10 +250,6 @@ typedef union p80211_hdr
} __attribute__((packed)) p80211_hdr_t;


/*================================================================*/
/* Extern Declarations */


/*================================================================*/
/* Function Declarations */

+0 −4
Original line number Diff line number Diff line
@@ -90,10 +90,6 @@
#define P80211_NL_MCAST_GRP_SNIFF	BIT1	/* Sniffer messages */
#define P80211_NL_MCAST_GRP_DIST	BIT2	/* Distribution system messages */

/*================================================================*/
/* Macros */


/*================================================================*/
/* Types */

+0 −15
Original line number Diff line number Diff line
@@ -57,9 +57,6 @@
#ifndef _P80211META_H
#define _P80211META_H

/*================================================================*/
/* System Includes */

/*================================================================*/
/* Project Includes */

@@ -67,12 +64,6 @@
#include "wlan_compat.h"
#endif

/*================================================================*/
/* Constants */

/*----------------------------------------------------------------*/
/* */

/*================================================================*/
/* Macros */

@@ -139,12 +130,6 @@ typedef struct catlistitem
	grplistitem_t	*grplist;
} catlistitem_t;

/*================================================================*/
/* Extern Declarations */

/*----------------------------------------------------------------*/
/* */

/*================================================================*/
/* Function Declarations */

+0 −28
Original line number Diff line number Diff line
@@ -57,9 +57,6 @@
#ifndef _P80211METAMIB_H
#define _P80211METAMIB_H

/*================================================================*/
/* System Includes */

/*================================================================*/
/* Project Includes */

@@ -67,24 +64,6 @@
#include "wlan_compat.h"
#endif

/*================================================================*/
/* Constants */

/*----------------------------------------------------------------*/
/* */

/*================================================================*/
/* Macros */

/*----------------------------------------------------------------*/
/* */

/*================================================================*/
/* Types */

/*----------------------------------------------------------------*/
/* */

/*================================================================*/
/* Extern Declarations */

@@ -95,11 +74,4 @@
extern catlistitem_t mib_catlist[];
extern u32 mib_catlist_size;


/*================================================================*/
/* Function Declarations */

/*----------------------------------------------------------------*/
/* */

#endif /* _P80211METAMIB_H */
Loading