1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 13:10:40 +00:00
rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ce.h

107 lines
2.6 KiB
C
Raw Normal View History

/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
*
******************************************************************************/
#ifndef __HAL_PHY_RF_8812A_H__
#define __HAL_PHY_RF_8812A_H__
/*--------------------------Define Parameters-------------------------------*/
#define IQK_DELAY_TIME_8812A 10 //ms
#define IQK_DEFERRED_TIME_8812A 4 //sec
#define index_mapping_NUM_8812A 15
#define AVG_THERMAL_NUM_8812A 4
#define RF_T_METER_8812A 0x42
void ConfigureTxpowerTrack_8812A(
PTXPWRTRACK_CFG pConfig
);
VOID
GetDeltaSwingTable_8812A(
IN PVOID pDM_VOID,
OUT pu1Byte *TemperatureUP_A,
OUT pu1Byte *TemperatureDOWN_A,
OUT pu1Byte *TemperatureUP_B,
OUT pu1Byte *TemperatureDOWN_B
);
void DoIQK_8812A(
PVOID pDM_VOID,
u1Byte DeltaThermalIndex,
u1Byte ThermalValue,
u1Byte Threshold
);
VOID
ODM_TxPwrTrackSetPwr8812A(
PVOID pDM_VOID,
PWRTRACK_METHOD Method,
u1Byte RFPath,
u1Byte ChannelMappedIndex
);
//1 7. IQK
void
PHY_IQCalibrate_8812A(
IN PADAPTER pAdapter,
IN BOOLEAN bReCovery
);
//
// LC calibrate
//
void
PHY_LCCalibrate_8812A(
PVOID pDM_VOID
);
//
// AP calibrate
//
void
PHY_APCalibrate_8812A(
#if (DM_ODM_SUPPORT_TYPE & ODM_AP)
IN PDM_ODM_T pDM_Odm,
#else
IN PADAPTER pAdapter,
#endif
IN s1Byte delta);
void
PHY_DigitalPredistortion_8812A( IN PADAPTER pAdapter);
VOID
PHY_DPCalibrate_8812A(
IN PDM_ODM_T pDM_Odm
);
VOID PHY_SetRFPathSwitch_8812A(
#if (DM_ODM_SUPPORT_TYPE & ODM_AP)
IN PDM_ODM_T pDM_Odm,
#else
IN PADAPTER pAdapter,
#endif
IN BOOLEAN bMain
);
#endif // #ifndef __HAL_PHY_RF_8812A_H__