]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: rtl8723au: _DisableRFAFEAndResetBB8192C(): Use correct enum value
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sun, 30 Nov 2014 21:05:13 +0000 (16:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:40:01 +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/rtl8723a_hal_init.c

index 267a80b50630569dad5ca4b960f912e96fd69747..d2b4fb01d7f37e0a58935decaf2fab53e8cb4fd8 100644 (file)
@@ -1253,11 +1253,11 @@ c.      APSD_CTRL 0x600[7:0] = 0x40
 d.     SYS_FUNC_EN 0x02[7:0] = 0x16            reset BB state machine
 e.     SYS_FUNC_EN 0x02[7:0] = 0x14            reset BB state machine
 ***************************************/
-       u8 eRFPath = 0, value8 = 0;
+       u8 value8 = 0;
 
        rtl8723au_write8(padapter, REG_TXPAUSE, 0xFF);
 
-       PHY_SetRFReg(padapter, (enum RF_RADIO_PATH) eRFPath, 0x0, bMaskByte0, 0x0);
+       PHY_SetRFReg(padapter, RF_PATH_A, 0x0, bMaskByte0, 0x0);
 
        value8 |= APSDOFF;
        rtl8723au_write8(padapter, REG_APSD_CTRL, value8);      /* 0x40 */