]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/winbond/linux/sysdef.h
Staging: w35und: merge wblinux struct to adapter
[linux-2.6-omap-h63xx.git] / drivers / staging / winbond / linux / sysdef.h
1
2
3 //
4 // Winbond WLAN System Configuration defines
5 //
6
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
15
16
17 //#define _IBSS_BEACON_SEQ_STICK_
18 #define _USE_FALLBACK_RATE_
19 //#define ANTDIV_DEFAULT_ON
20
21 #define _WPA2_  // 20061122 It's needed for current Linux driver
22
23
24 #ifndef _WPA_PSK_DEBUG
25 #undef  _WPA_PSK_DEBUG
26 #endif
27
28 // debug print options, mark what debug you don't need
29
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
39
40
41
42 #include "common.h"     // Individual file depends on OS
43
44 #include "../wb35_ver.h"
45 #include "../mac_structures.h"
46 #include "../ds_tkip.h"
47 #include "../localpara.h"
48 #include "../sme_s.h"
49 #include "../scan_s.h"
50 #include "../mds_s.h"
51 #include "../mlme_s.h"
52 #include "../bssdscpt.h"
53 #include "../sme_api.h"
54 #include "../gl_80211.h"
55 #include "../mto.h"
56 #include "../wbhal_s.h"
57
58
59 #include "../adapter.h"
60
61 #include "../mlme_mib.h"
62 #include "../mds_f.h"
63 #include "../bss_f.h"
64 #include "../mlmetxrx_f.h"
65 #include "../mto_f.h"
66 #include "../wbhal_f.h"
67 #include "../wblinux_f.h"
68 // Kernel Timer resolution, NDIS is 10ms, 10000us
69 #define MIN_TIMEOUT_VAL (10) //ms
70
71
72 #endif