1
2
3
4
5
6
7
8 #ifndef __ODM_PRECOMP_H__
9 #define __ODM_PRECOMP_H__
10
11 #include "odm_types.h"
12
13 #define TEST_FALG___ 1
14
15
16
17
18
19
20
21
22 #define BEAMFORMING_SUPPORT 0
23
24
25
26
27
28 #include "odm.h"
29 #include "odm_HWConfig.h"
30 #include "odm_debug.h"
31 #include "odm_RegDefine11N.h"
32 #include "odm_EdcaTurboCheck.h"
33 #include "odm_DIG.h"
34 #include "odm_PathDiv.h"
35 #include "odm_DynamicBBPowerSaving.h"
36 #include "odm_DynamicTxPower.h"
37 #include "odm_CfoTracking.h"
38 #include "odm_NoiseMonitor.h"
39 #include "HalPhyRf.h"
40 #include "HalPhyRf_8723B.h"
41 #include "rtl8723b_hal.h"
42 #include "odm_interface.h"
43 #include "odm_reg.h"
44 #include "HalHWImg8723B_MAC.h"
45 #include "HalHWImg8723B_RF.h"
46 #include "HalHWImg8723B_BB.h"
47 #include "Hal8723BReg.h"
48 #include "odm_RTL8723B.h"
49 #include "odm_RegConfig8723B.h"
50
51 #endif