mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00
Staging: wlan-ng: Remove stray comments in header files
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>
This commit is contained in:
parent
28b17a4bdf
commit
3bd937af26
@ -168,9 +168,6 @@ typedef struct wlan_snap
|
||||
/* Circular include trick */
|
||||
struct wlandevice;
|
||||
|
||||
/*================================================================*/
|
||||
/* Externs */
|
||||
|
||||
/*================================================================*/
|
||||
/*Function Declarations */
|
||||
|
||||
|
@ -250,10 +250,6 @@ typedef union p80211_hdr
|
||||
} __attribute__((packed)) p80211_hdr_t;
|
||||
|
||||
|
||||
/*================================================================*/
|
||||
/* Extern Declarations */
|
||||
|
||||
|
||||
/*================================================================*/
|
||||
/* Function Declarations */
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -57,9 +57,6 @@
|
||||
#ifndef _P80211META_H
|
||||
#define _P80211META_H
|
||||
|
||||
/*================================================================*/
|
||||
/* System Includes */
|
||||
|
||||
/*================================================================*/
|
||||
/* Project Includes */
|
||||
|
||||
@ -67,12 +64,6 @@
|
||||
#include "wlan_compat.h"
|
||||
#endif
|
||||
|
||||
/*================================================================*/
|
||||
/* Constants */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
/*================================================================*/
|
||||
/* Macros */
|
||||
|
||||
@ -139,12 +130,6 @@ typedef struct catlistitem
|
||||
grplistitem_t *grplist;
|
||||
} catlistitem_t;
|
||||
|
||||
/*================================================================*/
|
||||
/* Extern Declarations */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
/*================================================================*/
|
||||
/* Function Declarations */
|
||||
|
||||
|
@ -57,9 +57,6 @@
|
||||
#ifndef _P80211METAMIB_H
|
||||
#define _P80211METAMIB_H
|
||||
|
||||
/*================================================================*/
|
||||
/* System Includes */
|
||||
|
||||
/*================================================================*/
|
||||
/* Project Includes */
|
||||
|
||||
@ -67,24 +64,6 @@
|
||||
#include "wlan_compat.h"
|
||||
#endif
|
||||
|
||||
/*================================================================*/
|
||||
/* Constants */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
/*================================================================*/
|
||||
/* Macros */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
/*================================================================*/
|
||||
/* Types */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
/*================================================================*/
|
||||
/* Extern Declarations */
|
||||
|
||||
@ -95,11 +74,4 @@
|
||||
extern catlistitem_t mib_catlist[];
|
||||
extern u32 mib_catlist_size;
|
||||
|
||||
|
||||
/*================================================================*/
|
||||
/* Function Declarations */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
#endif /* _P80211METAMIB_H */
|
||||
|
@ -57,9 +57,6 @@
|
||||
#ifndef _P80211METAMSG_H
|
||||
#define _P80211METAMSG_H
|
||||
|
||||
/*================================================================*/
|
||||
/* System Includes */
|
||||
|
||||
/*================================================================*/
|
||||
/* Project Includes */
|
||||
|
||||
@ -67,24 +64,6 @@
|
||||
#include "wlan_compat.h"
|
||||
#endif
|
||||
|
||||
/*================================================================*/
|
||||
/* Constants */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
/*================================================================*/
|
||||
/* Macros */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
/*================================================================*/
|
||||
/* Types */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
/*================================================================*/
|
||||
/* Extern Declarations */
|
||||
|
||||
@ -95,11 +74,4 @@
|
||||
extern catlistitem_t msg_catlist[];
|
||||
extern u32 msg_catlist_size;
|
||||
|
||||
|
||||
/*================================================================*/
|
||||
/* Function Declarations */
|
||||
|
||||
/*----------------------------------------------------------------*/
|
||||
/* */
|
||||
|
||||
#endif /* _P80211METAMSG_H */
|
||||
|
@ -100,9 +100,6 @@
|
||||
#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 */
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -104,9 +104,6 @@
|
||||
#define P80211_NSDCAP_AUTOJOIN 0x100 /* nsd does autojoin */
|
||||
#define P80211_NSDCAP_NOSCAN 0x200 /* nsd can scan */
|
||||
|
||||
/*================================================================*/
|
||||
/* Macros */
|
||||
|
||||
/*================================================================*/
|
||||
/* Types */
|
||||
|
||||
|
@ -48,18 +48,6 @@
|
||||
#ifndef _LINUX_P80211REQ_H
|
||||
#define _LINUX_P80211REQ_H
|
||||
|
||||
/*================================================================*/
|
||||
/* Constants */
|
||||
|
||||
/*================================================================*/
|
||||
/* Macros */
|
||||
|
||||
/*================================================================*/
|
||||
/* Types */
|
||||
|
||||
/*================================================================*/
|
||||
/* Externs */
|
||||
|
||||
/*================================================================*/
|
||||
/* Function Declarations */
|
||||
|
||||
|
@ -57,10 +57,6 @@
|
||||
#ifndef _P80211TYPES_H
|
||||
#define _P80211TYPES_H
|
||||
|
||||
/*================================================================*/
|
||||
/* System Includes */
|
||||
/*================================================================*/
|
||||
|
||||
/*================================================================*/
|
||||
/* Project Includes */
|
||||
/*================================================================*/
|
||||
|
@ -61,15 +61,6 @@
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user