staging: rtl8723au: Remove unncessary wrapper PHY_RFConfig8723A()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9464cac7c9
commit
f6a7125c82
@ -839,18 +839,6 @@ PHY_BBConfig8723A(struct rtw_adapter *Adapter)
|
||||
return rtStatus;
|
||||
}
|
||||
|
||||
int
|
||||
PHY_RFConfig8723A(struct rtw_adapter *Adapter)
|
||||
{
|
||||
int rtStatus = _SUCCESS;
|
||||
|
||||
/* */
|
||||
/* RF config */
|
||||
/* */
|
||||
rtStatus = PHY_RF6052_Config8723A(Adapter);
|
||||
return rtStatus;
|
||||
}
|
||||
|
||||
static void getTxPowerIndex(struct rtw_adapter *Adapter,
|
||||
u8 channel, u8 *cckPowerLevel, u8 *ofdmPowerLevel)
|
||||
{
|
||||
|
@ -718,9 +718,9 @@ static int rtl8723au_hal_init(struct rtw_adapter *Adapter)
|
||||
/* Add for tx power by rate fine tune. We need to call the function after BB config. */
|
||||
/* Because the tx power by rate table is inited in BB config. */
|
||||
|
||||
status = PHY_RFConfig8723A(Adapter);
|
||||
status = PHY_RF6052_Config8723A(Adapter);
|
||||
if (status == _FAIL) {
|
||||
DBG_8723A("PHY_RFConfig8723A fault !!\n");
|
||||
DBG_8723A("PHY_RF6052_Config8723A failed!!\n");
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
@ -224,7 +224,6 @@ SetAntennaConfig92C(struct rtw_adapter *Adapter, u8 DefaultAnt);
|
||||
|
||||
/* MAC/BB/RF HAL config */
|
||||
int PHY_BBConfig8723A(struct rtw_adapter *Adapter);
|
||||
int PHY_RFConfig8723A(struct rtw_adapter *Adapter);
|
||||
s32 PHY_MACConfig8723A(struct rtw_adapter *padapter);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user