Staging: wlan-ng: Remove more superflous comments
authorMoritz Muehlenhoff <jmm@debian.org>
Sun, 21 Jun 2009 20:43:47 +0000 (22:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:35 +0000 (12:01 -0700)
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlan-ng/p80211hdr.h
drivers/staging/wlan-ng/p80211meta.h
drivers/staging/wlan-ng/p80211mgmt.h
drivers/staging/wlan-ng/p80211msg.h
drivers/staging/wlan-ng/p80211types.h

index 1703c92394761c09cd1035a18917c59b1459d510..419de4dee560ee884cb72287ebe079997d8be126 100644 (file)
 #ifndef _P80211HDR_H
 #define _P80211HDR_H
 
-/*================================================================*/
-/* System Includes */
-
 #include <linux/if_ether.h>
 
-/*================================================================*/
-/* Project Includes */
-
-/*================================================================*/
-/* Constants */
-
 /*--- Sizes -----------------------------------------------*/
 #define WLAN_CRC_LEN                   4
 #define WLAN_BSSID_LEN                 6
 #define WLAN_FSTYPE_CFPOLL             0x06
 #define WLAN_FSTYPE_CFACK_CFPOLL       0x07
 
-/*================================================================*/
-/* Macros */
-
 /*--- FC Macros ----------------------------------------------*/
 /* Macros to get/set the bitfields of the Frame Control Field */
 /*  GET_FC_??? - takes the host byte-order value of an FC     */
 
 #define DOT11_RATE5_ISBASIC_GET(r)     (((u8)(r)) & BIT(7))
 
-/*================================================================*/
-/* Types */
-
 /* Generic 802.11 Header types */
 
 typedef struct p80211_hdr_a3 {
index c1a677be8deaf86e2eb87e31beb9853e7a6c05e4..b9badcff681f32caa9bd52965cfc8413c2f5a23d 100644 (file)
 #ifndef _P80211META_H
 #define _P80211META_H
 
-/*================================================================*/
-/* Project Includes */
-
-/*================================================================*/
-/* Types */
-
 /*----------------------------------------------------------------*/
 /* The following structure types are used for the metadata */
 /* representation of category list metadata, group list metadata, */
index c925a45b1885a48cdbe1455cfa873033297bfb74..14cdc86d167698bdbb5090c15eb4dc685e82fbab 100644 (file)
 #ifndef _P80211MGMT_H
 #define _P80211MGMT_H
 
-/*================================================================*/
-/* Project Includes */
-
 #ifndef  _P80211HDR_H
 #include "p80211hdr.h"
 #endif
 
-/*================================================================*/
-/* Constants */
-
 /*-- Information Element IDs --------------------*/
 #define WLAN_EID_SSID          0
 #define WLAN_EID_SUPP_RATES    1
index 4ac77274eefd562b9c7999dedb8cf7eb4d0c1ff1..c691d3eeb9d004e9b285638be4df872fa21d1619 100644 (file)
 #ifndef _P80211MSG_H
 #define _P80211MSG_H
 
-/*================================================================*/
-/* Project Includes */
-
 #define WLAN_DEVNAMELEN_MAX    16
 
-/*--------------------------------------------------------------------*/
-/* Prototype msg type */
-
 typedef struct p80211msg {
        u32 msgcode;
        u32 msglen;
index 043da1e5607f2f6bb3878ccc06c74e368bee8101..2b83ab0c711b578d7f6211b1ef29ef257f7808aa 100644 (file)
 #ifndef _P80211TYPES_H
 #define _P80211TYPES_H
 
-/*================================================================*/
-/* Project Includes */
-/*================================================================*/
-
 /*----------------------------------------------------------------*/
 /* The following constants are indexes into the Mib Category List */
 /* and the Message Category List */