x86, fixmap: prepare fixmap_64.h for unification
[linux-2.6/mini2440.git] / drivers / staging / winbond / sysdef.h
blob251b9c553b6c40ba8e44e6c7a9d0395f534aad5b
3 //
4 // Winbond WLAN System Configuration defines
5 //
7 //=====================================================================
8 // Current directory is Linux
9 // The definition WB_LINUX is a keyword for this OS
10 //=====================================================================
11 #ifndef SYS_DEF_H
12 #define SYS_DEF_H
13 #define WB_LINUX
14 #define WB_LINUX_WPA_PSK
17 //#define _IBSS_BEACON_SEQ_STICK_
18 #define _USE_FALLBACK_RATE_
19 //#define ANTDIV_DEFAULT_ON
21 #define _WPA2_ // 20061122 It's needed for current Linux driver
24 #ifndef _WPA_PSK_DEBUG
25 #undef _WPA_PSK_DEBUG
26 #endif
28 // debug print options, mark what debug you don't need
30 #ifdef FULL_DEBUG
31 #define _PE_STATE_DUMP_
32 #define _PE_TX_DUMP_
33 #define _PE_RX_DUMP_
34 #define _PE_OID_DUMP_
35 #define _PE_DTO_DUMP_
36 #define _PE_REG_DUMP_
37 #define _PE_USB_INI_DUMP_
38 #endif
40 #endif