Commit c4004175 authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman

Staging: wlan-ng: Remove more superflous comments

Signed-off-by: default avatarMoritz Muehlenhoff <jmm@debian.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 84d9bd7d
...@@ -60,17 +60,8 @@ ...@@ -60,17 +60,8 @@
#ifndef _P80211HDR_H #ifndef _P80211HDR_H
#define _P80211HDR_H #define _P80211HDR_H
/*================================================================*/
/* System Includes */
#include <linux/if_ether.h> #include <linux/if_ether.h>
/*================================================================*/
/* Project Includes */
/*================================================================*/
/* Constants */
/*--- Sizes -----------------------------------------------*/ /*--- Sizes -----------------------------------------------*/
#define WLAN_CRC_LEN 4 #define WLAN_CRC_LEN 4
#define WLAN_BSSID_LEN 6 #define WLAN_BSSID_LEN 6
...@@ -121,9 +112,6 @@ ...@@ -121,9 +112,6 @@
#define WLAN_FSTYPE_CFPOLL 0x06 #define WLAN_FSTYPE_CFPOLL 0x06
#define WLAN_FSTYPE_CFACK_CFPOLL 0x07 #define WLAN_FSTYPE_CFACK_CFPOLL 0x07
/*================================================================*/
/* Macros */
/*--- FC Macros ----------------------------------------------*/ /*--- FC Macros ----------------------------------------------*/
/* Macros to get/set the bitfields of the Frame Control Field */ /* Macros to get/set the bitfields of the Frame Control Field */
/* GET_FC_??? - takes the host byte-order value of an FC */ /* GET_FC_??? - takes the host byte-order value of an FC */
...@@ -157,9 +145,6 @@ ...@@ -157,9 +145,6 @@
#define DOT11_RATE5_ISBASIC_GET(r) (((u8)(r)) & BIT(7)) #define DOT11_RATE5_ISBASIC_GET(r) (((u8)(r)) & BIT(7))
/*================================================================*/
/* Types */
/* Generic 802.11 Header types */ /* Generic 802.11 Header types */
typedef struct p80211_hdr_a3 { typedef struct p80211_hdr_a3 {
......
...@@ -57,12 +57,6 @@ ...@@ -57,12 +57,6 @@
#ifndef _P80211META_H #ifndef _P80211META_H
#define _P80211META_H #define _P80211META_H
/*================================================================*/
/* Project Includes */
/*================================================================*/
/* Types */
/*----------------------------------------------------------------*/ /*----------------------------------------------------------------*/
/* The following structure types are used for the metadata */ /* The following structure types are used for the metadata */
/* representation of category list metadata, group list metadata, */ /* representation of category list metadata, group list metadata, */
......
...@@ -100,16 +100,10 @@ ...@@ -100,16 +100,10 @@
#ifndef _P80211MGMT_H #ifndef _P80211MGMT_H
#define _P80211MGMT_H #define _P80211MGMT_H
/*================================================================*/
/* Project Includes */
#ifndef _P80211HDR_H #ifndef _P80211HDR_H
#include "p80211hdr.h" #include "p80211hdr.h"
#endif #endif
/*================================================================*/
/* Constants */
/*-- Information Element IDs --------------------*/ /*-- Information Element IDs --------------------*/
#define WLAN_EID_SSID 0 #define WLAN_EID_SSID 0
#define WLAN_EID_SUPP_RATES 1 #define WLAN_EID_SUPP_RATES 1
......
...@@ -48,14 +48,8 @@ ...@@ -48,14 +48,8 @@
#ifndef _P80211MSG_H #ifndef _P80211MSG_H
#define _P80211MSG_H #define _P80211MSG_H
/*================================================================*/
/* Project Includes */
#define WLAN_DEVNAMELEN_MAX 16 #define WLAN_DEVNAMELEN_MAX 16
/*--------------------------------------------------------------------*/
/* Prototype msg type */
typedef struct p80211msg { typedef struct p80211msg {
u32 msgcode; u32 msgcode;
u32 msglen; u32 msglen;
......
...@@ -57,10 +57,6 @@ ...@@ -57,10 +57,6 @@
#ifndef _P80211TYPES_H #ifndef _P80211TYPES_H
#define _P80211TYPES_H #define _P80211TYPES_H
/*================================================================*/
/* Project Includes */
/*================================================================*/
/*----------------------------------------------------------------*/ /*----------------------------------------------------------------*/
/* The following constants are indexes into the Mib Category List */ /* The following constants are indexes into the Mib Category List */
/* and the Message Category List */ /* and the Message Category List */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment