Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);
+0 −9
Original line number Diff line number Diff line
@@ -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