/* 2011/09/22 MH Copy from SD4 defined structure. We use to support PHY DM integration. */
/* */
struct dm_odm_t { /* DM_Out_Source_Dynamic_Mechanism_Structure */
- /* struct timer_list FastAntTrainingTimer; */
- /* */
- /* Add for different team use temporarily */
- /* */
struct adapter *Adapter; /* For CE/NIC team */
/* WHen you use Adapter or priv pointer, you must make sure the pointer is ready. */
bool odm_ready;
u8 ControlChannel;
/* ODM HANDLE, DRIVER NEEDS NOT TO HOOK------ */
-/* REMOVED COMMON INFO---------- */
- /* u8 PseudoMacPhyMode; */
- /* bool *BTCoexist; */
- /* bool PseudoBtCoexist; */
- /* u8 OPMode; */
- /* bool bAPMode; */
- /* bool bClientMode; */
- /* bool bAdHocMode; */
- /* bool bSlaveOfDMSP; */
-/* REMOVED COMMON INFO---------- */
-
/* 1 COMMON INFORMATION */
/* */
u8 *pAntennaTest;
bool *pbNet_closed;
u8 *mp_mode;
- /* u8 *pAidMap; */
u8 *pu1ForcedIgiLb;
/* For 8723B IQK----------- */
bool *pIs1Antenna;
/* Latest packet phy info (ODM write) */
struct odm_phy_dbg_info PhyDbgInfo;
- /* PHY_INFO_88E PhyInfo; */
/* Latest packet phy info (ODM write) */
struct odm_mac_status_info *pMacInfo;
- /* MAC_INFO_88E MacInfo; */
-
- /* Different Team independent structure?? */
-
- /* */
- /* TX_RTP_CMN TX_retrpo; */
- /* TX_RTP_88E TX_retrpo; */
- /* TX_RTP_8195 TX_retrpo; */
/* */
/* ODM Structure */
/* */
/* common */
- /* u8 DM_Type; */
- /* u8 PSD_Report_RXHP[80]; Add By Gary */
- /* u8 PSD_func_flag; Add By Gary */
- /* for DIG */
- /* u8 bDMInitialGainEnable; */
- /* u8 binitialized; for dm_initial_gain_Multi_STA use. */
- /* for Antenna diversity */
- /* u8 AntDivCfg; 0:OFF , 1:ON, 2:by efuse */
- /* PSTA_INFO_T RSSI_target; */
bool *pbDriverStopped;
bool *pbDriverIsGoingToPnpSetPowerSleep;