staging: wilc1000: removes unused define

This patch removes unused define.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Leo Kim 2016-03-25 21:16:54 +09:00 committed by Greg Kroah-Hartman
parent fa63394152
commit 7632d9b1a0
2 changed files with 0 additions and 11 deletions

View 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);

View file

@ -23,15 +23,6 @@
#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