|
16 | 16 | #ifndef __HALPHYRF_H__ |
17 | 17 | #define __HALPHYRF_H__ |
18 | 18 |
|
19 | | -#include "halrf/halrf_powertracking_ap.h" |
20 | | -#include "halrf/halrf_kfree.h" |
| 19 | +#include "halrf_powertracking_ap.h" |
| 20 | +#include "halrf_kfree.h" |
21 | 21 |
|
22 | 22 | #if (RTL8814A_SUPPORT == 1) |
23 | | - #include "halrf/rtl8814a/halrf_iqk_8814a.h" |
| 23 | + #include "rtl8814a/halrf_iqk_8814a.h" |
24 | 24 | #endif |
25 | 25 |
|
26 | 26 | #if (RTL8822B_SUPPORT == 1) |
27 | | - #include "halrf/rtl8822b/halrf_iqk_8822b.h" |
| 27 | + #include "rtl8822b/halrf_iqk_8822b.h" |
28 | 28 | #endif |
29 | 29 |
|
30 | 30 | #if (RTL8821C_SUPPORT == 1) |
31 | | - #include "halrf/rtl8821c/halrf_iqk_8821c.h" |
| 31 | + #include "rtl8821c/halrf_iqk_8821c.h" |
32 | 32 | #endif |
33 | 33 |
|
34 | 34 | #if (RTL8195B_SUPPORT == 1) |
35 | | -// #include "halrf/rtl8195b/halrf.h" |
36 | | - #include "halrf/rtl8195b/halrf_iqk_8195b.h" |
37 | | - #include "halrf/rtl8195b/halrf_txgapk_8195b.h" |
38 | | - #include "halrf/rtl8195b/halrf_dpk_8195b.h" |
| 35 | +// #include "rtl8195b/halrf.h" |
| 36 | + #include "rtl8195b/halrf_iqk_8195b.h" |
| 37 | + #include "rtl8195b/halrf_txgapk_8195b.h" |
| 38 | + #include "rtl8195b/halrf_dpk_8195b.h" |
39 | 39 | #endif |
40 | 40 |
|
41 | 41 | #if (RTL8198F_SUPPORT == 1) |
42 | | - #include "halrf/rtl8198f/halrf_iqk_8198f.h" |
43 | | - #include "halrf/rtl8198f/halrf_dpk_8198f.h" |
| 42 | + #include "rtl8198f/halrf_iqk_8198f.h" |
| 43 | + #include "rtl8198f/halrf_dpk_8198f.h" |
44 | 44 | #endif |
45 | 45 |
|
46 | 46 | #if (RTL8812F_SUPPORT == 1) |
47 | | - #include "halrf/rtl8812f/halrf_iqk_8812f.h" |
48 | | - #include "halrf/rtl8812f/halrf_dpk_8812f.h" |
49 | | - #include "halrf/rtl8812f/halrf_tssi_8812f.h" |
| 47 | + #include "rtl8812f/halrf_iqk_8812f.h" |
| 48 | + #include "rtl8812f/halrf_dpk_8812f.h" |
| 49 | + #include "rtl8812f/halrf_tssi_8812f.h" |
50 | 50 | #endif |
51 | 51 |
|
52 | 52 | #if (RTL8814B_SUPPORT == 1) |
53 | | - #include "halrf/rtl8814b/halrf_iqk_8814b.h" |
54 | | - #include "halrf/rtl8814b/halrf_dpk_8814b.h" |
55 | | - #include "halrf/rtl8814b/halrf_txgapk_8814b.h" |
| 53 | + #include "rtl8814b/halrf_iqk_8814b.h" |
| 54 | + #include "rtl8814b/halrf_dpk_8814b.h" |
| 55 | + #include "rtl8814b/halrf_txgapk_8814b.h" |
56 | 56 | #endif |
57 | 57 |
|
58 | 58 | #if (RTL8197G_SUPPORT == 1) |
59 | | - #include "halrf/rtl8197g/halrf_iqk_8197g.h" |
60 | | - #include "halrf/rtl8197g/halrf_dpk_8197g.h" |
61 | | - #include "halrf/rtl8197g/halrf_tssi_8197g.h" |
| 59 | + #include "rtl8197g/halrf_iqk_8197g.h" |
| 60 | + #include "rtl8197g/halrf_dpk_8197g.h" |
| 61 | + #include "rtl8197g/halrf_tssi_8197g.h" |
62 | 62 | #endif |
63 | 63 |
|
64 | 64 | enum pwrtrack_method { |
|
0 commit comments