staging: rtl8723au: rtl8723a_InitBeaconParameters(): Remove unused variable
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 17 Jul 2014 20:59:54 +0000 (22:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 00:54:08 +0000 (17:54 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c

index 5c4751cc482f84ded45080fb93cebfea18c464e5..8523908d5e5f021a451b28e06042147f3bdd07ff 100644 (file)
@@ -893,8 +893,6 @@ void SetBcnCtrlReg23a(struct rtw_adapter *padapter, u8 SetBits, u8 ClearBits)
 
 void rtl8723a_InitBeaconParameters(struct rtw_adapter *padapter)
 {
-       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);
-
        rtl8723au_write16(padapter, REG_BCN_CTRL, 0x1010);
 
        /*  TODO: Remove these magic number */
This page took 0.027596 seconds and 5 git commands to generate.