staging: rtl8723au: Remove no-op _InitHWLed() function
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sun, 30 Nov 2014 21:05:03 +0000 (16:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:40:00 +0000 (16:40 -0800)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/usb_halinit.c

index 4cc0a0f9f316d02af9c69bd13e3b6a848db04e73..762c51427958f7ae8577f952a62d636e9634aebf 100644 (file)
@@ -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); */
 
This page took 0.026383 seconds and 5 git commands to generate.