Commit 7632d9b1 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman

staging: wilc1000: removes unused define

This patch removes unused define.
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fa633941
......@@ -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);
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment