OSDN Git Service

e1d2d3687500e0b154f1607be8d4501c900856d3
[android-x86/kernel.git] / drivers / staging / rtl8723bs / hal / odm_debug.c
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17  *
18  *
19  ******************************************************************************/
20
21 //============================================================
22 // include files
23 //============================================================
24
25 #include "odm_precomp.h"
26
27
28 void
29 ODM_InitDebugSetting(
30         IN              PDM_ODM_T               pDM_Odm
31         )
32 {
33 pDM_Odm->DebugLevel                             =       ODM_DBG_LOUD;
34
35 pDM_Odm->DebugComponents                        =
36 \
37 #if DBG
38 //BB Functions
39 //                                                                      ODM_COMP_DIG                                    |
40 //                                                                      ODM_COMP_RA_MASK                                |
41 //                                                                      ODM_COMP_DYNAMIC_TXPWR          |
42 //                                                                      ODM_COMP_FA_CNT                         |
43 //                                                                      ODM_COMP_RSSI_MONITOR                   |
44 //                                                                      ODM_COMP_CCK_PD                         |
45 //                                                                      ODM_COMP_ANT_DIV                                |
46 //                                                                      ODM_COMP_PWR_SAVE                               |
47 //                                                                      ODM_COMP_PWR_TRAIN                      |
48 //                                                                      ODM_COMP_RATE_ADAPTIVE          |
49 //                                                                      ODM_COMP_PATH_DIV                               |
50 //                                                                      ODM_COMP_DYNAMIC_PRICCA         |
51 //                                                                      ODM_COMP_RXHP                                   |
52 //                                                                      ODM_COMP_MP                                     |
53 //                                                                      ODM_COMP_CFO_TRACKING           |
54
55 //MAC Functions
56 //                                                                      ODM_COMP_EDCA_TURBO                     |
57 //                                                                      ODM_COMP_EARLY_MODE                     |
58 //RF Functions
59 //                                                                      ODM_COMP_TX_PWR_TRACK           |
60 //                                                                      ODM_COMP_RX_GAIN_TRACK          |
61 //                                                                      ODM_COMP_CALIBRATION                    |
62 //Common
63 //                                                                      ODM_COMP_COMMON                         |
64 //                                                                      ODM_COMP_INIT                                   |
65 //                                                                      ODM_COMP_PSD                                    |
66 #endif
67                                                                         0;
68 }