Skip to content

Commit

Permalink
Staging: wlan-ng: Remove stray comments in header files
Browse files Browse the repository at this point in the history
The header files contain a few comments, which describe the
function of the header element. Remove them where not needed.

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 28b17a4 commit 3bd937a
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 130 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/wlan-ng/p80211conv.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ typedef struct wlan_snap
/* Circular include trick */
struct wlandevice;

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

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

Expand Down
4 changes: 0 additions & 4 deletions drivers/staging/wlan-ng/p80211hdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,6 @@ typedef union p80211_hdr
} __attribute__((packed)) p80211_hdr_t;


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


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

Expand Down
4 changes: 0 additions & 4 deletions drivers/staging/wlan-ng/p80211ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
15 changes: 0 additions & 15 deletions drivers/staging/wlan-ng/p80211meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,13 @@
#ifndef _P80211META_H
#define _P80211META_H

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

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

#ifndef _WLAN_COMPAT_H
#include "wlan_compat.h"
#endif

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

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

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

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

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

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

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

Expand Down
28 changes: 0 additions & 28 deletions drivers/staging/wlan-ng/p80211metamib.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,34 +57,13 @@
#ifndef _P80211METAMIB_H
#define _P80211METAMIB_H

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

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

#ifndef _WLAN_COMPAT_H
#include "wlan_compat.h"
#endif

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

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

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

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

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

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

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

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


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

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

#endif /* _P80211METAMIB_H */
28 changes: 0 additions & 28 deletions drivers/staging/wlan-ng/p80211metamsg.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,34 +57,13 @@
#ifndef _P80211METAMSG_H
#define _P80211METAMSG_H

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

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

#ifndef _WLAN_COMPAT_H
#include "wlan_compat.h"
#endif

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

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

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

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

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

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

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

Expand All @@ -95,11 +74,4 @@
extern catlistitem_t msg_catlist[];
extern u32 msg_catlist_size;


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

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

#endif /* _P80211METAMSG_H */
8 changes: 0 additions & 8 deletions drivers/staging/wlan-ng/p80211mgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@
#ifndef _P80211MGMT_H
#define _P80211MGMT_H

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

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

Expand Down Expand Up @@ -542,11 +539,6 @@ typedef struct wlan_fr_deauthen

} wlan_fr_deauthen_t;


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


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

Expand Down
6 changes: 0 additions & 6 deletions drivers/staging/wlan-ng/p80211msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
#ifndef _P80211MSG_H
#define _P80211MSG_H

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

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

Expand All @@ -64,9 +61,6 @@
#define MSG_BUFF_LEN 4000
#define WLAN_DEVNAMELEN_MAX 16

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

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

Expand Down
3 changes: 0 additions & 3 deletions drivers/staging/wlan-ng/p80211netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@
#define P80211_NSDCAP_AUTOJOIN 0x100 /* nsd does autojoin */
#define P80211_NSDCAP_NOSCAN 0x200 /* nsd can scan */

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

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

Expand Down
12 changes: 0 additions & 12 deletions drivers/staging/wlan-ng/p80211req.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@
#ifndef _LINUX_P80211REQ_H
#define _LINUX_P80211REQ_H

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

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

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

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

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

Expand Down
4 changes: 0 additions & 4 deletions drivers/staging/wlan-ng/p80211types.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
#ifndef _P80211TYPES_H
#define _P80211TYPES_H

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

/*================================================================*/
/* Project Includes */
/*================================================================*/
Expand Down
15 changes: 0 additions & 15 deletions drivers/staging/wlan-ng/prism2mgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,6 @@
#define _PRISM2MGMT_H


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

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

/*=============================================================*/
/*------ Types and their related constants --------------------*/

/*=============================================================*/
/*------ Static variable externs ------------------------------*/

Expand Down Expand Up @@ -146,10 +137,4 @@ void prism2sta_processing_defer(struct work_struct *data);
void prism2sta_commsqual_defer(struct work_struct *data);
void prism2sta_commsqual_timer(unsigned long data);

/*=============================================================*/
/*--- Inline Function Definitions (if supported) --------------*/
/*=============================================================*/



#endif

0 comments on commit 3bd937a

Please sign in to comment.