mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-16 06:47:55 +07:00
Staging: wlan-ng: Move URB_ASYNC_UNLINK and USB_QUEUE_BULK out of wlan_compat.h
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7f6e0e449c
commit
2d200d9f63
@ -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 */
|
||||
|
@ -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 ------------------------------------------*/
|
||||
/*=============================================================*/
|
||||
|
Loading…
Reference in New Issue
Block a user