linux/drivers/staging/rtl8188eu/include/odm_precomp.h
<<
>>
Prefs
   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 ******************************************************************************/
  15
  16#ifndef __ODM_PRECOMP_H__
  17#define __ODM_PRECOMP_H__
  18
  19#include "odm_types.h"
  20
  21#define         TEST_FALG___            1
  22
  23/* 2 Config Flags and Structs - defined by each ODM Type */
  24
  25#include <osdep_service.h>
  26#include <drv_types.h>
  27#include <hal_intf.h>
  28#include <usb_ops_linux.h>
  29
  30/* 2 OutSrc Header Files */
  31
  32#include "odm.h"
  33#include "odm_HWConfig.h"
  34#include "odm_debug.h"
  35#include "odm_RegDefine11N.h"
  36
  37#include "Hal8188ERateAdaptive.h"/* for  RA,Power training */
  38#include "rtl8188e_hal.h"
  39
  40#include "odm_reg.h"
  41
  42#include "odm_RTL8188E.h"
  43
  44void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm);
  45void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm);
  46void odm_DIGInit(struct odm_dm_struct *pDM_Odm);
  47void odm_RateAdaptiveMaskInit(struct odm_dm_struct *pDM_Odm);
  48void odm_DynamicBBPowerSavingInit(struct odm_dm_struct *pDM_Odm);
  49void odm_DynamicTxPowerInit(struct odm_dm_struct *pDM_Odm);
  50void odm_TXPowerTrackingInit(struct odm_dm_struct *pDM_Odm);
  51void ODM_EdcaTurboInit(struct odm_dm_struct *pDM_Odm);
  52void odm_SwAntDivInit_NIC(struct odm_dm_struct *pDM_Odm);
  53void odm_CmnInfoUpdate_Debug(struct odm_dm_struct *pDM_Odm);
  54void odm_CommonInfoSelfUpdate(struct odm_dm_struct *pDM_Odm);
  55void odm_FalseAlarmCounterStatistics(struct odm_dm_struct *pDM_Odm);
  56void odm_DIG(struct odm_dm_struct *pDM_Odm);
  57void odm_CCKPacketDetectionThresh(struct odm_dm_struct *pDM_Odm);
  58void odm_RefreshRateAdaptiveMaskMP(struct odm_dm_struct *pDM_Odm);
  59void odm_DynamicBBPowerSaving(struct odm_dm_struct *pDM_Odm);
  60void odm_SwAntDivChkAntSwitch(struct odm_dm_struct *pDM_Odm, u8 Step);
  61void odm_EdcaTurboCheck(struct odm_dm_struct *pDM_Odm);
  62void odm_CommonInfoSelfInit(struct odm_dm_struct *pDM_Odm);
  63void odm_RSSIMonitorCheck(struct odm_dm_struct *pDM_Odm);
  64void odm_RefreshRateAdaptiveMask(struct odm_dm_struct *pDM_Odm);
  65void odm_1R_CCA(struct odm_dm_struct *pDM_Odm);
  66void odm_RefreshRateAdaptiveMaskCE(struct odm_dm_struct *pDM_Odm);
  67void odm_RefreshRateAdaptiveMaskAPADSL(struct odm_dm_struct *pDM_Odm);
  68void odm_DynamicTxPowerNIC(struct odm_dm_struct *pDM_Odm);
  69void odm_RSSIMonitorCheckCE(struct odm_dm_struct *pDM_Odm);
  70void odm_TXPowerTrackingThermalMeterInit(struct odm_dm_struct *pDM_Odm);
  71void odm_EdcaTurboCheckCE(struct odm_dm_struct *pDM_Odm);
  72void odm_TXPowerTrackingCheckCE(struct odm_dm_struct *pDM_Odm);
  73void odm_SwAntDivChkAntSwitchCallback(void *FunctionContext);
  74void odm_InitHybridAntDiv(struct odm_dm_struct *pDM_Odm);
  75void odm_HwAntDiv(struct odm_dm_struct *pDM_Odm);
  76
  77#endif  /*  __ODM_PRECOMP_H__ */
  78