staging: rtl8723au: Remove no-op _InitHWLed() function
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bacdcb85c9
commit
2098778f56
|
@ -422,10 +422,6 @@ static void _InitEDCA(struct rtw_adapter *Adapter)
|
|||
rtl8723au_write32(Adapter, REG_EDCA_VO_PARAM, 0x002FA226);
|
||||
}
|
||||
|
||||
static void _InitHWLed(struct rtw_adapter *Adapter)
|
||||
{
|
||||
}
|
||||
|
||||
static void _InitRDGSetting(struct rtw_adapter *Adapter)
|
||||
{
|
||||
rtl8723au_write8(Adapter, REG_RD_CTRL, 0xFF);
|
||||
|
@ -666,8 +662,6 @@ int rtl8723au_hal_init(struct rtw_adapter *Adapter)
|
|||
_InitRetryFunction(Adapter);
|
||||
rtl8723a_InitBeaconParameters(Adapter);
|
||||
|
||||
_InitHWLed(Adapter);
|
||||
|
||||
_BBTurnOnBlock(Adapter);
|
||||
/* NicIFSetMacAddress(padapter, padapter->PermanentAddress); */
|
||||
|
||||
|
|
Loading…
Reference in New Issue