Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / rtl8188eu / include / odm_RTL8188E.h
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 #ifndef __ODM_RTL8188E_H__
21 #define __ODM_RTL8188E_H__
22
23 #define MAIN_ANT        0
24 #define AUX_ANT 1
25 #define MAIN_ANT_CG_TRX 1
26 #define AUX_ANT_CG_TRX  0
27 #define MAIN_ANT_CGCS_RX        0
28 #define AUX_ANT_CGCS_RX 1
29
30 void ODM_DIG_LowerBound_88E(struct odm_dm_struct *pDM_Odm);
31
32 void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm);
33
34 void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm);
35
36 void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, u8 *desc,
37                                       u8 mac_id);
38
39 void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant);
40
41 void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux,
42                                    u32 mac_id, u8 rx_pwdb_all);
43
44 void odm_FastAntTraining(struct odm_dm_struct *pDM_Odm);
45
46 void odm_FastAntTrainingCallback(struct odm_dm_struct *pDM_Odm);
47
48 void odm_FastAntTrainingWorkItemCallback(struct odm_dm_struct *pDM_Odm);
49
50 bool ODM_DynamicPrimaryCCA_DupRTS(struct odm_dm_struct *pDM_Odm);
51
52 #endif