Staging: wlan-ng: Remove stray comments in header files
authorMoritz Muehlenhoff <jmm@debian.org>
Wed, 21 Jan 2009 21:00:42 +0000 (22:00 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:17 +0000 (14:53 -0700)
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>
12 files changed:
drivers/staging/wlan-ng/p80211conv.h
drivers/staging/wlan-ng/p80211hdr.h
drivers/staging/wlan-ng/p80211ioctl.h
drivers/staging/wlan-ng/p80211meta.h
drivers/staging/wlan-ng/p80211metamib.h
drivers/staging/wlan-ng/p80211metamsg.h
drivers/staging/wlan-ng/p80211mgmt.h
drivers/staging/wlan-ng/p80211msg.h
drivers/staging/wlan-ng/p80211netdev.h
drivers/staging/wlan-ng/p80211req.h
drivers/staging/wlan-ng/p80211types.h
drivers/staging/wlan-ng/prism2mgmt.h

index d5e8806..8dd9f88 100644 (file)
@@ -169,9 +169,6 @@ typedef struct wlan_snap
 struct wlandevice;
 
 /*================================================================*/
-/* Externs */
-
-/*================================================================*/
 /*Function Declarations */
 
 int skb_p80211_to_ether( struct wlandevice *wlandev, u32 ethconv,
index 0a7163f..8ddc825 100644 (file)
@@ -251,10 +251,6 @@ typedef union p80211_hdr
 
 
 /*================================================================*/
-/* Extern Declarations */
-
-
-/*================================================================*/
 /* Function Declarations */
 
 /* Frame and header lenght macros */
index e9795a5..d964d41 100644 (file)
 #define P80211_NL_MCAST_GRP_DIST       BIT2    /* Distribution system messages */
 
 /*================================================================*/
-/* Macros */
-
-
-/*================================================================*/
 /* Types */
 
 /*----------------------------------------------------------------*/
index 8b61e5f..e56a848 100644 (file)
@@ -58,9 +58,6 @@
 #define _P80211META_H
 
 /*================================================================*/
-/* System Includes */
-
-/*================================================================*/
 /* Project Includes */
 
 #ifndef _WLAN_COMPAT_H
 #endif
 
 /*================================================================*/
-/* Constants */
-
-/*----------------------------------------------------------------*/
-/* */
-
-/*================================================================*/
 /* Macros */
 
 /*----------------------------------------------------------------*/
@@ -140,12 +131,6 @@ typedef struct catlistitem
 } catlistitem_t;
 
 /*================================================================*/
-/* Extern Declarations */
-
-/*----------------------------------------------------------------*/
-/* */
-
-/*================================================================*/
 /* Function Declarations */
 
 /*----------------------------------------------------------------*/
index 9cd72ed..444f8e0 100644 (file)
@@ -58,9 +58,6 @@
 #define _P80211METAMIB_H
 
 /*================================================================*/
-/* System Includes */
-
-/*================================================================*/
 /* Project Includes */
 
 #ifndef _WLAN_COMPAT_H
 #endif
 
 /*================================================================*/
-/* Constants */
-
-/*----------------------------------------------------------------*/
-/* */
-
-/*================================================================*/
-/* Macros */
-
-/*----------------------------------------------------------------*/
-/* */
-
-/*================================================================*/
-/* Types */
-
-/*----------------------------------------------------------------*/
-/* */
-
-/*================================================================*/
 /* Extern Declarations */
 
 /*----------------------------------------------------------------*/
 extern catlistitem_t mib_catlist[];
 extern u32 mib_catlist_size;
 
-
-/*================================================================*/
-/* Function Declarations */
-
-/*----------------------------------------------------------------*/
-/* */
-
 #endif /* _P80211METAMIB_H */
index 6e659ea..979b01d 100644 (file)
@@ -58,9 +58,6 @@
 #define _P80211METAMSG_H
 
 /*================================================================*/
-/* System Includes */
-
-/*================================================================*/
 /* Project Includes */
 
 #ifndef _WLAN_COMPAT_H
 #endif
 
 /*================================================================*/
-/* Constants */
-
-/*----------------------------------------------------------------*/
-/* */
-
-/*================================================================*/
-/* Macros */
-
-/*----------------------------------------------------------------*/
-/* */
-
-/*================================================================*/
-/* Types */
-
-/*----------------------------------------------------------------*/
-/* */
-
-/*================================================================*/
 /* Extern Declarations */
 
 /*----------------------------------------------------------------*/
 extern catlistitem_t msg_catlist[];
 extern u32 msg_catlist_size;
 
-
-/*================================================================*/
-/* Function Declarations */
-
-/*----------------------------------------------------------------*/
-/* */
-
 #endif /* _P80211METAMSG_H */
index ae46e8c..15da83e 100644 (file)
 #define _P80211MGMT_H
 
 /*================================================================*/
-/* System Includes */
-
-/*================================================================*/
 /* Project Includes */
 
 #ifndef  _WLAN_COMPAT_H
@@ -542,11 +539,6 @@ typedef struct wlan_fr_deauthen
 
 } wlan_fr_deauthen_t;
 
-
-/*================================================================*/
-/* Extern Declarations */
-
-
 /*================================================================*/
 /* Function Declarations */
 
index 0281ddc..7f83d99 100644 (file)
@@ -49,9 +49,6 @@
 #define _P80211MSG_H
 
 /*================================================================*/
-/* System Includes */
-
-/*================================================================*/
 /* Project Includes */
 
 #ifndef _WLAN_COMPAT_H
@@ -65,9 +62,6 @@
 #define WLAN_DEVNAMELEN_MAX    16
 
 /*================================================================*/
-/* Macros */
-
-/*================================================================*/
 /* Types */
 
 /*--------------------------------------------------------------------*/
index 940146f..845c028 100644 (file)
 #define P80211_NSDCAP_NOSCAN                0x200  /* nsd can scan */
 
 /*================================================================*/
-/* Macros */
-
-/*================================================================*/
 /* Types */
 
 /* Received frame statistics */
index 497a4d6..a277381 100644 (file)
 #define _LINUX_P80211REQ_H
 
 /*================================================================*/
-/* Constants */
-
-/*================================================================*/
-/* Macros */
-
-/*================================================================*/
-/* Types */
-
-/*================================================================*/
-/* Externs */
-
-/*================================================================*/
 /* Function Declarations */
 
 int    p80211req_dorequest(wlandevice_t *wlandev, u8 *msgbuf);
index 122e74b..b2591f7 100644 (file)
 #define _P80211TYPES_H
 
 /*================================================================*/
-/* System Includes */
-/*================================================================*/
-
-/*================================================================*/
 /* Project Includes */
 /*================================================================*/
 
index caf808d..88e8bd0 100644 (file)
 
 
 /*=============================================================*/
-/*------ Constants --------------------------------------------*/
-
-/*=============================================================*/
-/*------ Macros -----------------------------------------------*/
-
-/*=============================================================*/
-/*------ Types and their related constants --------------------*/
-
-/*=============================================================*/
 /*------ Static variable externs ------------------------------*/
 
 extern int     prism2_debug;
@@ -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