Staging: w35und: Remove unused defines from sysdef.h
This patch removes all the defines in sysdef.h that are not used at all. Cc: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
4960b8fe1b
commit
ac5435b980
1 changed files with 0 additions and 6 deletions
|
@ -2,17 +2,11 @@
|
|||
|
||||
#ifndef SYS_DEF_H
|
||||
#define SYS_DEF_H
|
||||
#define WB_LINUX
|
||||
#define WB_LINUX_WPA_PSK
|
||||
|
||||
#define _USE_FALLBACK_RATE_
|
||||
|
||||
#define _WPA2_
|
||||
|
||||
#ifndef _WPA_PSK_DEBUG
|
||||
#undef _WPA_PSK_DEBUG
|
||||
#endif
|
||||
|
||||
/* debug print options, mark what debug you don't need */
|
||||
|
||||
#ifdef FULL_DEBUG
|
||||
|
|
Loading…
Reference in a new issue