Staging: wlan-ng: Move URB_ASYNC_UNLINK and USB_QUEUE_BULK out of wlan_compat.h
authorMoritz Muehlenhoff <jmm@debian.org>
Sun, 25 Jan 2009 20:54:56 +0000 (21:54 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:17 +0000 (14:53 -0700)
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlan-ng/hfa384x_usb.c
drivers/staging/wlan-ng/wlan_compat.h

index cea033411e47c01a08b5e4d0b3a856ca22744a14..57180ee2067a9b91b8c081e983d3250e651790c8 100644 (file)
@@ -162,6 +162,8 @@ enum cmd_mode
 typedef enum cmd_mode CMD_MODE;
 
 #define THROTTLE_JIFFIES       (HZ/8)
+#define URB_ASYNC_UNLINK 0
+#define USB_QUEUE_BULK 0
 
 /*================================================================*/
 /* Local Macros */
index d33548a0cb49cb8f1bfd4b96fcb0ae7e6aa75878..0b094e5eb64aca22885764a7a1c71e8452771983 100644 (file)
@@ -84,9 +84,6 @@
 #undef netdevice_t
 typedef struct net_device netdevice_t;
 
-#define URB_ASYNC_UNLINK 0
-#define USB_QUEUE_BULK 0
-
 /*=============================================================*/
 /*--- General Macros ------------------------------------------*/
 /*=============================================================*/