Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 7f6e0e44
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */
+0 −3
Original line number Diff line number Diff line
@@ -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 ------------------------------------------*/
/*=============================================================*/