Skip to content

Commit

Permalink
Staging: wlan-ng: Move URB_ASYNC_UNLINK and USB_QUEUE_BULK out of wla…
Browse files Browse the repository at this point in the history
…n_compat.h

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 7f6e0e4 commit 2d200d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/wlan-ng/hfa384x_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
3 changes: 0 additions & 3 deletions drivers/staging/wlan-ng/wlan_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ------------------------------------------*/
/*=============================================================*/
Expand Down

0 comments on commit 2d200d9

Please sign in to comment.