Commit ea045ba0 authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman
Browse files

Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unused

parent 40a67411
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@

/*================================================================*/
/* System Includes */
#define WLAN_DBVAR	prism2_debug

#include <linux/version.h>

@@ -170,13 +169,6 @@ typedef enum cmd_mode CMD_MODE;

#define ROUNDUP64(a) (((a)+63)&~63)

/*================================================================*/
/* Local Types */

/*================================================================*/
/* Local Static Definitions */
extern int prism2_debug;

/*================================================================*/
/* Local Function Declarations */

+0 −6
Original line number Diff line number Diff line
@@ -135,12 +135,6 @@ int wlan_wext_write = 1;
module_param(wlan_wext_write, int, 0644);
MODULE_PARM_DESC(wlan_wext_write, "enable write wireless extensions");

#ifdef WLAN_INCLUDE_DEBUG
int wlan_debug=0;
module_param(wlan_debug, int, 0644);
MODULE_PARM_DESC(wlan_debug, "p80211 debug level");
#endif

/*================================================================*/
/* Function Definitions */

+0 −2
Original line number Diff line number Diff line
@@ -59,8 +59,6 @@

/*================================================================*/
/* System Includes */
#define WLAN_DBVAR	prism2_debug


#include <linux/if_arp.h>
#include <linux/module.h>
+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@
/*=============================================================*/
/*------ Static variable externs ------------------------------*/

extern int	prism2_debug;
extern int      prism2_reset_holdtime;
extern int      prism2_reset_settletime;
/*=============================================================*/
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@

/*================================================================*/
/* System Includes */
#define WLAN_DBVAR	prism2_debug

#include <linux/version.h>

Loading