#include "odm_precomp.h"
void odm_ConfigRFReg_8723B(
- struct DM_ODM_T * pDM_Odm,
+ struct DM_ODM_T *pDM_Odm,
u32 Addr,
u32 Data,
enum ODM_RF_RADIO_PATH_E RF_PATH,
}
-void odm_ConfigRF_RadioA_8723B(struct DM_ODM_T * pDM_Odm, u32 Addr, u32 Data)
+void odm_ConfigRF_RadioA_8723B(struct DM_ODM_T *pDM_Odm, u32 Addr, u32 Data)
{
u32 content = 0x1000; /* RF_Content: radioa_txt */
u32 maskforPhySet = (u32)(content&0xE000);
);
}
-void odm_ConfigMAC_8723B(struct DM_ODM_T * pDM_Odm, u32 Addr, u8 Data)
+void odm_ConfigMAC_8723B(struct DM_ODM_T *pDM_Odm, u32 Addr, u8 Data)
{
rtw_write8(pDM_Odm->Adapter, Addr, Data);
ODM_RT_TRACE(
}
void odm_ConfigBB_AGC_8723B(
- struct DM_ODM_T * pDM_Odm,
+ struct DM_ODM_T *pDM_Odm,
u32 Addr,
u32 Bitmask,
u32 Data
}
void odm_ConfigBB_PHY_REG_PG_8723B(
- struct DM_ODM_T * pDM_Odm,
+ struct DM_ODM_T *pDM_Odm,
u32 Band,
u32 RfPath,
u32 TxNum,
}
void odm_ConfigBB_PHY_8723B(
- struct DM_ODM_T * pDM_Odm,
+ struct DM_ODM_T *pDM_Odm,
u32 Addr,
u32 Bitmask,
u32 Data
}
void odm_ConfigBB_TXPWR_LMT_8723B(
- struct DM_ODM_T * pDM_Odm,
+ struct DM_ODM_T *pDM_Odm,
u8 *Regulation,
u8 *Band,
u8 *Bandwidth,