提交 2d200d9f 编写于 作者: M Moritz Muehlenhoff 提交者: Greg Kroah-Hartman

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

Signed-off-by: NMoritz Muehlenhoff <jmm@debian.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册