]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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 d5e8806791371478b0dfeb28f9bdfc6d4a0fc748..8dd9f883b407e32ac950ca8547444d56ddf956f7 100644 (file)
@@ -168,9 +168,6 @@ typedef struct wlan_snap
 /* Circular include trick */
 struct wlandevice;
 
-/*================================================================*/
-/* Externs */
-
 /*================================================================*/
 /*Function Declarations */
 
index 0a7163fdfcdcd808361883b19307160ea71ac5cd..8ddc825e0ae18936ba527c2bd9b3ed031370acda 100644 (file)
@@ -250,10 +250,6 @@ typedef union p80211_hdr
 } __attribute__((packed)) p80211_hdr_t;
 
 
-/*================================================================*/
-/* Extern Declarations */
-
-
 /*================================================================*/
 /* Function Declarations */
 
index e9795a5a56f79039f0c04cf591c51f570db9508f..d964d411cc7d47526ef35174a4fde1295e3cdbd1 100644 (file)
 #define P80211_NL_MCAST_GRP_SNIFF      BIT1    /* Sniffer messages */
 #define P80211_NL_MCAST_GRP_DIST       BIT2    /* Distribution system messages */
 
-/*================================================================*/
-/* Macros */
-
-
 /*================================================================*/
 /* Types */
 
index 8b61e5fc292bf74b4cfb43954681de5ef9db0ed7..e56a84823ba5307c75a0e5a527a04e304361c70d 100644 (file)
@@ -57,9 +57,6 @@
 #ifndef _P80211META_H
 #define _P80211META_H
 
-/*================================================================*/
-/* System Includes */
-
 /*================================================================*/
 /* Project Includes */
 
 #include "wlan_compat.h"
 #endif
 
-/*================================================================*/
-/* Constants */
-
-/*----------------------------------------------------------------*/
-/* */
-
 /*================================================================*/
 /* Macros */
 
@@ -139,12 +130,6 @@ typedef struct catlistitem
        grplistitem_t   *grplist;
 } catlistitem_t;
 
-/*================================================================*/
-/* Extern Declarations */
-
-/*----------------------------------------------------------------*/
-/* */
-
 /*================================================================*/
 /* Function Declarations */
 
index 9cd72ede441c69f132ff5cd4f57621b348dc42ad..444f8e05b072064e3ad9f6e7d01aa524f882c20f 100644 (file)
@@ -57,9 +57,6 @@
 #ifndef _P80211METAMIB_H
 #define _P80211METAMIB_H
 
-/*================================================================*/
-/* System Includes */
-
 /*================================================================*/
 /* Project Includes */
 
 #include "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 6e659eae8afc3f4420454321706cda91e5d9ebb1..979b01dafb6a015f333649c4ad65b09c6d5f6807 100644 (file)
@@ -57,9 +57,6 @@
 #ifndef _P80211METAMSG_H
 #define _P80211METAMSG_H
 
-/*================================================================*/
-/* System Includes */
-
 /*================================================================*/
 /* Project Includes */
 
 #include "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 ae46e8c4295a92adca39eba98414432f89ce11a7..15da83e54ff4db48f752c100096c3d533a913cdc 100644 (file)
 #ifndef _P80211MGMT_H
 #define _P80211MGMT_H
 
-/*================================================================*/
-/* System Includes */
-
 /*================================================================*/
 /* Project Includes */
 
@@ -542,11 +539,6 @@ typedef struct wlan_fr_deauthen
 
 } wlan_fr_deauthen_t;
 
-
-/*================================================================*/
-/* Extern Declarations */
-
-
 /*================================================================*/
 /* Function Declarations */
 
index 0281ddca2bf1f9779c700e2fdaf292ddc6e4a65b..7f83d99d9cdf60797bcaae94ba89ebf6ee5f9091 100644 (file)
@@ -48,9 +48,6 @@
 #ifndef _P80211MSG_H
 #define _P80211MSG_H
 
-/*================================================================*/
-/* System Includes */
-
 /*================================================================*/
 /* Project Includes */
 
@@ -64,9 +61,6 @@
 #define MSG_BUFF_LEN           4000
 #define WLAN_DEVNAMELEN_MAX    16
 
-/*================================================================*/
-/* Macros */
-
 /*================================================================*/
 /* Types */
 
index 940146fba9c1610892a7052f4a33e5bd5400028c..845c02807976445e94cf2cee0455e22081a8a6c9 100644 (file)
 #define P80211_NSDCAP_AUTOJOIN              0x100  /* nsd does autojoin */
 #define P80211_NSDCAP_NOSCAN                0x200  /* nsd can scan */
 
-/*================================================================*/
-/* Macros */
-
 /*================================================================*/
 /* Types */
 
index 497a4d6eb59a7c7bcdb841ff7c6bd3c870814698..a277381f23378f1b7cc75bdb0a52ceb5d61b3bca 100644 (file)
 #ifndef _LINUX_P80211REQ_H
 #define _LINUX_P80211REQ_H
 
-/*================================================================*/
-/* Constants */
-
-/*================================================================*/
-/* Macros */
-
-/*================================================================*/
-/* Types */
-
-/*================================================================*/
-/* Externs */
-
 /*================================================================*/
 /* Function Declarations */
 
index 122e74b7a2d0319c69b0c0980c04ea8b02e9210d..b2591f7004966a03badd2917c70fdbf7ae3704ec 100644 (file)
 #ifndef _P80211TYPES_H
 #define _P80211TYPES_H
 
-/*================================================================*/
-/* System Includes */
-/*================================================================*/
-
 /*================================================================*/
 /* Project Includes */
 /*================================================================*/
index caf808d579666b0d73681bd80a0c4936275f2c09..88e8bd041810f5c180a9528171e3cc5edba818fb 100644 (file)
 #define _PRISM2MGMT_H
 
 
-/*=============================================================*/
-/*------ Constants --------------------------------------------*/
-
-/*=============================================================*/
-/*------ Macros -----------------------------------------------*/
-
-/*=============================================================*/
-/*------ Types and their related constants --------------------*/
-
 /*=============================================================*/
 /*------ Static variable externs ------------------------------*/
 
@@ -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