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

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

staging: wilc1000: removes unused debug flags



This patch removes unused debug flags.

Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5510730d
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -13,18 +13,6 @@
#include <linux/semaphore.h>
#include <linux/netdevice.h>

/********************************************
 *
 *      Debug Flags
 *
 ********************************************/

#define N_INIT			0x00000001
#define N_ERR			0x00000002
#define N_TXQ			0x00000004
#define N_INTR			0x00000008
#define N_RXQ			0x00000010

/********************************************
 *
 *      Host Interface Defines