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

Staging: wlan-ng: Move URB_ASYNC_UNLINK and USB_QUEUE_BULK out of wlan_compat.h

Signed-off-by: default avatarMoritz Muehlenhoff <jmm@debian.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7f6e0e44
...@@ -162,6 +162,8 @@ enum cmd_mode ...@@ -162,6 +162,8 @@ enum cmd_mode
typedef enum cmd_mode CMD_MODE; typedef enum cmd_mode CMD_MODE;
#define THROTTLE_JIFFIES (HZ/8) #define THROTTLE_JIFFIES (HZ/8)
#define URB_ASYNC_UNLINK 0
#define USB_QUEUE_BULK 0
/*================================================================*/ /*================================================================*/
/* Local Macros */ /* Local Macros */
......
...@@ -84,9 +84,6 @@ ...@@ -84,9 +84,6 @@
#undef netdevice_t #undef netdevice_t
typedef struct net_device netdevice_t; typedef struct net_device netdevice_t;
#define URB_ASYNC_UNLINK 0
#define USB_QUEUE_BULK 0
/*=============================================================*/ /*=============================================================*/
/*--- General Macros ------------------------------------------*/ /*--- General Macros ------------------------------------------*/
/*=============================================================*/ /*=============================================================*/
......
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