aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x_usb.c
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2009-02-05 17:55:54 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 17:53:21 -0400
commitea045ba02086c008505ab1a6a7a60856072be65f (patch)
treefdfdb0bcc532838004da71b392cdb58e4c6c35b8 /drivers/staging/wlan-ng/hfa384x_usb.c
parent40a67411debb802a4e8d03f0c435a7495a8fc8c4 (diff)
Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unused
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/hfa384x_usb.c')
-rw-r--r--drivers/staging/wlan-ng/hfa384x_usb.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c
index 60820da4aeb..036518e3b9c 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -112,7 +112,6 @@
112 112
113/*================================================================*/ 113/*================================================================*/
114/* System Includes */ 114/* System Includes */
115#define WLAN_DBVAR prism2_debug
116 115
117#include <linux/version.h> 116#include <linux/version.h>
118 117
@@ -171,13 +170,6 @@ typedef enum cmd_mode CMD_MODE;
171#define ROUNDUP64(a) (((a)+63)&~63) 170#define ROUNDUP64(a) (((a)+63)&~63)
172 171
173/*================================================================*/ 172/*================================================================*/
174/* Local Types */
175
176/*================================================================*/
177/* Local Static Definitions */
178extern int prism2_debug;
179
180/*================================================================*/
181/* Local Function Declarations */ 173/* Local Function Declarations */
182 174
183#ifdef DEBUG_USB 175#ifdef DEBUG_USB