Commit 16489350 authored by navin patidar's avatar navin patidar Committed by Greg Kroah-Hartman

staging: rtl8188eu: Rename hal_EfusePowerSwitch_RTL8188E()

Rename hal_EfusePowerSwitch_RTL8188E() to rtl8188e_EfusePowerSwitch() and
remove original rtl8188e_EfusePowerSwitch(), so that driver can call
hal_EfusePowerSwitch_RTL8188E() directly without going through
rtl8188e_EfusePowerSwitch().
Signed-off-by: default avatarnavin patidar <navin.patidar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f6e1206b
...@@ -751,7 +751,7 @@ hal_EfusePgPacketWriteData( ...@@ -751,7 +751,7 @@ hal_EfusePgPacketWriteData(
bool bPseudoTest); bool bPseudoTest);
static void static void
hal_EfusePowerSwitch_RTL8188E( rtl8188e_EfusePowerSwitch(
struct adapter *pAdapter, struct adapter *pAdapter,
u8 bWrite, u8 bWrite,
u8 PwrState) u8 PwrState)
...@@ -800,16 +800,6 @@ hal_EfusePowerSwitch_RTL8188E( ...@@ -800,16 +800,6 @@ hal_EfusePowerSwitch_RTL8188E(
} }
} }
static void
rtl8188e_EfusePowerSwitch(
struct adapter *pAdapter,
u8 bWrite,
u8 PwrState)
{
hal_EfusePowerSwitch_RTL8188E(pAdapter, bWrite, PwrState);
}
static void Hal_EfuseReadEFuse88E(struct adapter *Adapter, static void Hal_EfuseReadEFuse88E(struct adapter *Adapter,
u16 _offset, u16 _offset,
u16 _size_byte, u16 _size_byte,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment