Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh...
[pandora-kernel.git] / drivers / staging / winbond / sysdef.h
1 /*  Winbond WLAN System Configuration defines */
2
3 #ifndef SYS_DEF_H
4 #define SYS_DEF_H
5 #define WB_LINUX
6 #define WB_LINUX_WPA_PSK
7
8 #define _USE_FALLBACK_RATE_
9
10 #define _WPA2_
11
12 #ifndef _WPA_PSK_DEBUG
13 #undef  _WPA_PSK_DEBUG
14 #endif
15
16 /* debug print options, mark what debug you don't need */
17
18 #ifdef FULL_DEBUG
19 #define _PE_STATE_DUMP_
20 #define _PE_TX_DUMP_
21 #define _PE_RX_DUMP_
22 #define _PE_OID_DUMP_
23 #define _PE_DTO_DUMP_
24 #define _PE_REG_DUMP_
25 #define _PE_USB_INI_DUMP_
26 #endif
27
28 #endif