This patch removes unused define.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        .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);
 
 #define HIF_SPI                        BIT(0)
 #define HIF_SDIO_GPIO_IRQ      BIT(2)
 
-/********************************************
- *
- *      Tx/Rx Buffer Size Defines
- *
- ********************************************/
-
-#define CE_TX_BUFFER_SIZE      (64 * 1024)
-#define CE_RX_BUFFER_SIZE      (384 * 1024)
-
 /********************************************
  *
  *      Wlan Interface Defines