drm/i915: Move non-phys cursors into the GTT
[linux/fpc-iii.git] / drivers / staging / winbond / sysdef.h
blob9195adf98e142dd34476dc229d4aa8f67ab236b6
1 /* Winbond WLAN System Configuration defines */
3 #ifndef SYS_DEF_H
4 #define SYS_DEF_H
5 #define WB_LINUX
6 #define WB_LINUX_WPA_PSK
8 #define _USE_FALLBACK_RATE_
10 #define _WPA2_
12 #ifndef _WPA_PSK_DEBUG
13 #undef _WPA_PSK_DEBUG
14 #endif
16 /* debug print options, mark what debug you don't need */
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
28 #endif