blob: 14dce6c4b1bc7ca97938d514a277500e1de79358 [file] [log] [blame]
Larry Fingerf9f08d72013-08-21 22:34:06 -05001/******************************************************************************
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
30void ODM_DIG_LowerBound_88E(struct odm_dm_struct *pDM_Odm);
31
navin patidardb0ccda2014-09-20 19:55:52 +053032void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm);
Larry Fingerf9f08d72013-08-21 22:34:06 -050033
navin patidar8f4ece92014-09-20 19:55:58 +053034void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm);
Larry Fingerf9f08d72013-08-21 22:34:06 -050035
navin patidar6b26b752014-09-20 19:55:55 +053036void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, u8 *desc,
37 u8 mac_id);
Larry Fingerf9f08d72013-08-21 22:34:06 -050038
navin patidar052a8062014-09-20 19:55:53 +053039void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant);
Larry Fingerf9f08d72013-08-21 22:34:06 -050040
navin patidar5c45dde2014-09-20 19:55:56 +053041void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux,
42 u32 mac_id, u8 rx_pwdb_all);
Larry Fingerf9f08d72013-08-21 22:34:06 -050043
44void odm_FastAntTraining(struct odm_dm_struct *pDM_Odm);
45
46void odm_FastAntTrainingCallback(struct odm_dm_struct *pDM_Odm);
47
48void odm_FastAntTrainingWorkItemCallback(struct odm_dm_struct *pDM_Odm);
49
Larry Fingerf9f08d72013-08-21 22:34:06 -050050bool ODM_DynamicPrimaryCCA_DupRTS(struct odm_dm_struct *pDM_Odm);
51
Larry Fingerf9f08d72013-08-21 22:34:06 -050052#endif