u32
PHY_QueryRFReg_8723B(
-struct adapter * Adapter,
+struct adapter *Adapter,
u8 eRFPath,
u32 RegAddr,
u32 BitMask
void
PHY_SetRFReg_8723B(
-struct adapter * Adapter,
+struct adapter *Adapter,
u8 eRFPath,
u32 RegAddr,
u32 BitMask,
void
PHY_SetTxPowerIndex(
-struct adapter * Adapter,
+struct adapter *Adapter,
u32 PowerIndex,
u8 RFPath,
u8 Rate
u8
PHY_GetTxPowerIndex(
-struct adapter * padapter,
+struct adapter *padapter,
u8 RFPath,
u8 Rate,
enum CHANNEL_WIDTH BandWidth,
void
PHY_GetTxPowerLevel8723B(
-struct adapter * Adapter,
- s32* powerlevel
+struct adapter *Adapter,
+ s32 *powerlevel
);
void
PHY_SetTxPowerLevel8723B(
-struct adapter * Adapter,
+struct adapter *Adapter,
u8 channel
);
void
PHY_SetBWMode8723B(
-struct adapter * Adapter,
+struct adapter *Adapter,
enum CHANNEL_WIDTH Bandwidth, /* 20M or 40M */
unsigned char Offset /* Upper, Lower, or Don't care */
);
void
PHY_SetSwChnlBWMode8723B(
-struct adapter * Adapter,
+struct adapter *Adapter,
u8 channel,
enum CHANNEL_WIDTH Bandwidth,
u8 Offset40,