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: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f6e1206b35
commit
16489350a5
@ -751,7 +751,7 @@ hal_EfusePgPacketWriteData(
|
||||
bool bPseudoTest);
|
||||
|
||||
static void
|
||||
hal_EfusePowerSwitch_RTL8188E(
|
||||
rtl8188e_EfusePowerSwitch(
|
||||
struct adapter *pAdapter,
|
||||
u8 bWrite,
|
||||
u8 PwrState)
|
||||
@ -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,
|
||||
u16 _offset,
|
||||
u16 _size_byte,
|
||||
|
Loading…
x
Reference in New Issue
Block a user