]> Pileus Git - ~andy/linux/blob - drivers/staging/rtl8188eu/include/odm_RTL8188E.h
Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[~andy/linux] / 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 ODM_AntennaDiversityInit_88E(struct odm_dm_struct *pDM_Odm);
33
34 void ODM_AntennaDiversity_88E(struct odm_dm_struct *pDM_Odm);
35
36 void ODM_SetTxAntByTxInfo_88E(struct odm_dm_struct *pDM_Odm, u8 *pDesc,
37                               u8 macId);
38
39 void ODM_UpdateRxIdleAnt_88E(struct odm_dm_struct *pDM_Odm, u8 Ant);
40
41 void ODM_AntselStatistics_88E(struct odm_dm_struct *pDM_Odm, u8 antsel_tr_mux,
42                               u32 MacId, u8 RxPWDBAll);
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 void odm_PrimaryCCA_Init(struct odm_dm_struct *pDM_Odm);
51
52 bool ODM_DynamicPrimaryCCA_DupRTS(struct odm_dm_struct *pDM_Odm);
53
54 void odm_DynamicPrimaryCCA(struct odm_dm_struct *pDM_Odm);
55
56 #endif