mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-01 11:15:31 +00:00
315 lines
9.2 KiB
C
315 lines
9.2 KiB
C
|
/******************************************************************************
|
||
|
*
|
||
|
* 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 __PHYDMPOWERTRACKING_H__
|
||
|
#define __PHYDMPOWERTRACKING_H__
|
||
|
|
||
|
#define POWRTRACKING_VERSION "1.1"
|
||
|
|
||
|
#if (DM_ODM_SUPPORT_TYPE == ODM_AP)
|
||
|
#ifdef RTK_AC_SUPPORT
|
||
|
#define ODM_IC_11AC_SERIES_SUPPORT 1
|
||
|
#else
|
||
|
#define ODM_IC_11AC_SERIES_SUPPORT 0
|
||
|
#endif
|
||
|
#else
|
||
|
#define ODM_IC_11AC_SERIES_SUPPORT 1
|
||
|
#endif
|
||
|
|
||
|
#define DPK_DELTA_MAPPING_NUM 13
|
||
|
#define index_mapping_HP_NUM 15
|
||
|
#define DELTA_SWINGIDX_SIZE 30
|
||
|
#define BAND_NUM 3
|
||
|
#define MAX_RF_PATH 4
|
||
|
#define TXSCALE_TABLE_SIZE 37
|
||
|
#define IQK_MAC_REG_NUM 4
|
||
|
#define IQK_ADDA_REG_NUM 16
|
||
|
#define IQK_BB_REG_NUM_MAX 10
|
||
|
|
||
|
#define IQK_BB_REG_NUM 9
|
||
|
|
||
|
#define HP_THERMAL_NUM 8
|
||
|
|
||
|
#define AVG_THERMAL_NUM 8
|
||
|
#define IQK_Matrix_REG_NUM 8
|
||
|
//#define IQK_Matrix_Settings_NUM 1+24+21
|
||
|
#define IQK_Matrix_Settings_NUM (14+24+21) // Channels_2_4G_NUM + Channels_5G_20M_NUM + Channels_5G
|
||
|
|
||
|
#if !defined(_OUTSRC_COEXIST)
|
||
|
#define OFDM_TABLE_SIZE_92D 43
|
||
|
#define OFDM_TABLE_SIZE 37
|
||
|
#define CCK_TABLE_SIZE 33
|
||
|
#define CCK_TABLE_SIZE_88F 21
|
||
|
|
||
|
|
||
|
|
||
|
//#define OFDM_TABLE_SIZE_92E 54
|
||
|
//#define CCK_TABLE_SIZE_92E 54
|
||
|
extern u4Byte OFDMSwingTable[OFDM_TABLE_SIZE_92D];
|
||
|
extern u1Byte CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8];
|
||
|
extern u1Byte CCKSwingTable_Ch14 [CCK_TABLE_SIZE][8];
|
||
|
|
||
|
|
||
|
extern u4Byte OFDMSwingTable_New[OFDM_TABLE_SIZE_92D];
|
||
|
extern u1Byte CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8];
|
||
|
extern u1Byte CCKSwingTable_Ch14_New [CCK_TABLE_SIZE][8];
|
||
|
extern u1Byte CCKSwingTable_Ch1_Ch14_88F[CCK_TABLE_SIZE_88F][16];
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#define ODM_OFDM_TABLE_SIZE 37
|
||
|
#define ODM_CCK_TABLE_SIZE 33
|
||
|
// <20140613, YuChen> In case fail to read TxPowerTrack.txt, we use the table of 88E as the default table.
|
||
|
extern u1Byte DeltaSwingTableIdx_2GA_P_DEFAULT[DELTA_SWINGIDX_SIZE];
|
||
|
extern u1Byte DeltaSwingTableIdx_2GA_N_DEFAULT[DELTA_SWINGIDX_SIZE];
|
||
|
|
||
|
|
||
|
//extern u4Byte OFDMSwingTable_92E[OFDM_TABLE_SIZE_92E];
|
||
|
//extern u1Byte CCKSwingTable_Ch1_Ch13_92E[CCK_TABLE_SIZE_92E][8];
|
||
|
//extern u1Byte CCKSwingTable_Ch14_92E[CCK_TABLE_SIZE_92E][8];
|
||
|
|
||
|
#ifdef CONFIG_WLAN_HAL_8192EE
|
||
|
#define OFDM_TABLE_SIZE_92E 54
|
||
|
#define CCK_TABLE_SIZE_92E 54
|
||
|
extern u4Byte OFDMSwingTable_92E[OFDM_TABLE_SIZE_92E];
|
||
|
extern u1Byte CCKSwingTable_Ch1_Ch13_92E[CCK_TABLE_SIZE_92E][8];
|
||
|
extern u1Byte CCKSwingTable_Ch14_92E[CCK_TABLE_SIZE_92E][8];
|
||
|
#endif
|
||
|
|
||
|
#define OFDM_TABLE_SIZE_8812 43
|
||
|
#define AVG_THERMAL_NUM_8812 4
|
||
|
|
||
|
#if(RTL8814A_SUPPORT == 1)
|
||
|
extern u4Byte TxScalingTable_Jaguar[TXSCALE_TABLE_SIZE];
|
||
|
#elif(ODM_IC_11AC_SERIES_SUPPORT)
|
||
|
extern unsigned int OFDMSwingTable_8812[OFDM_TABLE_SIZE_8812];
|
||
|
#endif
|
||
|
|
||
|
#define dm_CheckTXPowerTracking ODM_TXPowerTrackingCheck
|
||
|
|
||
|
typedef struct _IQK_MATRIX_REGS_SETTING{
|
||
|
BOOLEAN bIQKDone;
|
||
|
s4Byte Value[1][IQK_Matrix_REG_NUM];
|
||
|
}IQK_MATRIX_REGS_SETTING,*PIQK_MATRIX_REGS_SETTING;
|
||
|
|
||
|
typedef struct ODM_RF_Calibration_Structure
|
||
|
{
|
||
|
//for tx power tracking
|
||
|
|
||
|
u4Byte RegA24; // for TempCCK
|
||
|
s4Byte RegE94;
|
||
|
s4Byte RegE9C;
|
||
|
s4Byte RegEB4;
|
||
|
s4Byte RegEBC;
|
||
|
|
||
|
//u1Byte bTXPowerTracking;
|
||
|
u1Byte TXPowercount;
|
||
|
BOOLEAN bTXPowerTrackingInit;
|
||
|
BOOLEAN bTXPowerTracking;
|
||
|
u1Byte TxPowerTrackControl; //for mp mode, turn off txpwrtracking as default
|
||
|
u1Byte TM_Trigger;
|
||
|
u1Byte InternalPA5G[2]; //pathA / pathB
|
||
|
|
||
|
u1Byte ThermalMeter[2]; // ThermalMeter, index 0 for RFIC0, and 1 for RFIC1
|
||
|
u1Byte ThermalValue;
|
||
|
u1Byte ThermalValue_LCK;
|
||
|
u1Byte ThermalValue_IQK;
|
||
|
u1Byte ThermalValue_DPK;
|
||
|
u1Byte ThermalValue_AVG[AVG_THERMAL_NUM];
|
||
|
u1Byte ThermalValue_AVG_index;
|
||
|
u1Byte ThermalValue_RxGain;
|
||
|
u1Byte ThermalValue_Crystal;
|
||
|
u1Byte ThermalValue_DPKstore;
|
||
|
u1Byte ThermalValue_DPKtrack;
|
||
|
BOOLEAN TxPowerTrackingInProgress;
|
||
|
BOOLEAN bDPKenable;
|
||
|
|
||
|
BOOLEAN bReloadtxpowerindex;
|
||
|
u1Byte bRfPiEnable;
|
||
|
u4Byte TXPowerTrackingCallbackCnt; //cosa add for debug
|
||
|
|
||
|
u1Byte bCCKinCH14;
|
||
|
u1Byte CCK_index;
|
||
|
u1Byte OFDM_index[MAX_RF_PATH];
|
||
|
s1Byte PowerIndexOffset;
|
||
|
s1Byte DeltaPowerIndex;
|
||
|
s1Byte DeltaPowerIndexLast;
|
||
|
BOOLEAN bTxPowerChanged;
|
||
|
|
||
|
u1Byte ThermalValue_HP[HP_THERMAL_NUM];
|
||
|
u1Byte ThermalValue_HP_index;
|
||
|
IQK_MATRIX_REGS_SETTING IQKMatrixRegSetting[IQK_Matrix_Settings_NUM];
|
||
|
BOOLEAN bNeedIQK;
|
||
|
u1Byte Delta_IQK;
|
||
|
u1Byte Delta_LCK;
|
||
|
u1Byte DeltaSwingTableIdx_2GCCKA_P[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GCCKA_N[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GCCKB_P[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GCCKB_N[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GCCKC_P[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GCCKC_N[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GCCKD_P[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GCCKD_N[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GA_P[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GA_N[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GB_P[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GB_N[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GC_P[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GC_N[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GD_P[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GD_N[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_5GA_P[BAND_NUM][DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_5GA_N[BAND_NUM][DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_5GB_P[BAND_NUM][DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_5GB_N[BAND_NUM][DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_5GC_P[BAND_NUM][DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_5GC_N[BAND_NUM][DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_5GD_P[BAND_NUM][DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_5GD_N[BAND_NUM][DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GA_P_8188E[DELTA_SWINGIDX_SIZE];
|
||
|
u1Byte DeltaSwingTableIdx_2GA_N_8188E[DELTA_SWINGIDX_SIZE];
|
||
|
|
||
|
u1Byte BbSwingIdxOfdm[MAX_RF_PATH];
|
||
|
u1Byte BbSwingIdxOfdmCurrent;
|
||
|
#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE))
|
||
|
u1Byte BbSwingIdxOfdmBase[MAX_RF_PATH];
|
||
|
#else
|
||
|
u1Byte BbSwingIdxOfdmBase;
|
||
|
#endif
|
||
|
BOOLEAN BbSwingFlagOfdm;
|
||
|
u1Byte BbSwingIdxCck;
|
||
|
u1Byte BbSwingIdxCckCurrent;
|
||
|
u1Byte BbSwingIdxCckBase;
|
||
|
u1Byte DefaultOfdmIndex;
|
||
|
u1Byte DefaultCckIndex;
|
||
|
BOOLEAN BbSwingFlagCck;
|
||
|
|
||
|
s1Byte Absolute_OFDMSwingIdx[MAX_RF_PATH];
|
||
|
s1Byte Remnant_OFDMSwingIdx[MAX_RF_PATH];
|
||
|
s1Byte Remnant_CCKSwingIdx;
|
||
|
s1Byte Modify_TxAGC_Value; /*Remnat compensate value at TxAGC */
|
||
|
BOOLEAN Modify_TxAGC_Flag_PathA;
|
||
|
BOOLEAN Modify_TxAGC_Flag_PathB;
|
||
|
BOOLEAN Modify_TxAGC_Flag_PathC;
|
||
|
BOOLEAN Modify_TxAGC_Flag_PathD;
|
||
|
BOOLEAN Modify_TxAGC_Flag_PathA_CCK;
|
||
|
|
||
|
s1Byte KfreeOffset[MAX_RF_PATH];
|
||
|
|
||
|
//--------------------------------------------------------------------//
|
||
|
|
||
|
//for IQK
|
||
|
u4Byte RegC04;
|
||
|
u4Byte Reg874;
|
||
|
u4Byte RegC08;
|
||
|
u4Byte RegB68;
|
||
|
u4Byte RegB6C;
|
||
|
u4Byte Reg870;
|
||
|
u4Byte Reg860;
|
||
|
u4Byte Reg864;
|
||
|
|
||
|
BOOLEAN bIQKInitialized;
|
||
|
BOOLEAN bLCKInProgress;
|
||
|
BOOLEAN bAntennaDetected;
|
||
|
u4Byte ADDA_backup[IQK_ADDA_REG_NUM];
|
||
|
u4Byte IQK_MAC_backup[IQK_MAC_REG_NUM];
|
||
|
u4Byte IQK_BB_backup_recover[9];
|
||
|
u4Byte IQK_BB_backup[IQK_BB_REG_NUM];
|
||
|
|
||
|
//for APK
|
||
|
u4Byte APKoutput[2][2]; //path A/B; output1_1a/output1_2a
|
||
|
u1Byte bAPKdone;
|
||
|
u1Byte bAPKThermalMeterIgnore;
|
||
|
u1Byte bDPdone;
|
||
|
u1Byte bDPPathAOK;
|
||
|
u1Byte bDPPathBOK;
|
||
|
|
||
|
/*Add by Yuchen for Kfree Phydm*/
|
||
|
u1Byte RegRfKFreeEnable; /*for registry*/
|
||
|
u1Byte RfKFreeEnable; /*for efuse enable check*/
|
||
|
|
||
|
}ODM_RF_CAL_T,*PODM_RF_CAL_T;
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingCheckAP(
|
||
|
IN PVOID pDM_VOID
|
||
|
);
|
||
|
|
||
|
VOID
|
||
|
ODM_TXPowerTrackingCheck(
|
||
|
IN PVOID pDM_VOID
|
||
|
);
|
||
|
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingThermalMeterInit(
|
||
|
IN PVOID pDM_VOID
|
||
|
);
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingInit(
|
||
|
IN PVOID pDM_VOID
|
||
|
);
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingCheckMP(
|
||
|
IN PVOID pDM_VOID
|
||
|
);
|
||
|
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingCheckCE(
|
||
|
IN PVOID pDM_VOID
|
||
|
);
|
||
|
|
||
|
|
||
|
#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN))
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingCallbackThermalMeter92C(
|
||
|
IN PADAPTER Adapter
|
||
|
);
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingCallbackRXGainThermalMeter92D(
|
||
|
IN PADAPTER Adapter
|
||
|
);
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingCallbackThermalMeter92D(
|
||
|
IN PADAPTER Adapter
|
||
|
);
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingDirectCall92C(
|
||
|
IN PADAPTER Adapter
|
||
|
);
|
||
|
|
||
|
VOID
|
||
|
odm_TXPowerTrackingThermalMeterCheck(
|
||
|
IN PADAPTER Adapter
|
||
|
);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|