OSDN Git Service

staging: wilc1000: removes unused define
authorLeo Kim <leo.kim@atmel.com>
Fri, 25 Mar 2016 12:16:54 +0000 (21:16 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
This patch removes unused define.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wlan_if.h

index 8f0a74d..127a967 100644 (file)
@@ -30,8 +30,6 @@ static struct notifier_block g_dev_notifier = {
        .notifier_call = dev_state_ev_handler
 };
 
-#define IRQ_WAIT       1
-#define IRQ_NO_WAIT    0
 static struct semaphore close_exit_sync;
 
 static int wlan_deinit_locks(struct net_device *dev);
index 119b313..410bfc0 100644 (file)
 
 /********************************************
  *
- *      Tx/Rx Buffer Size Defines
- *
- ********************************************/
-
-#define CE_TX_BUFFER_SIZE      (64 * 1024)
-#define CE_RX_BUFFER_SIZE      (384 * 1024)
-
-/********************************************
- *
  *      Wlan Interface Defines
  *
  ********************************************/