staging:rtl8188eu:Remove funtion Hal_CustomizeByCustomerID_8188EU()
Function has empty defination. Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3cf2f015d5
commit
994d77817a
@ -1133,10 +1133,6 @@ static void Hal_EfuseParseMACAddr_8188EU(struct adapter *adapt, u8 *hwinfo, bool
|
|||||||
eeprom->mac_addr[4], eeprom->mac_addr[5]));
|
eeprom->mac_addr[4], eeprom->mac_addr[5]));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void Hal_CustomizeByCustomerID_8188EU(struct adapter *adapt)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
readAdapterInfo_8188EU(
|
readAdapterInfo_8188EU(
|
||||||
struct adapter *adapt
|
struct adapter *adapt
|
||||||
@ -1163,7 +1159,6 @@ readAdapterInfo_8188EU(
|
|||||||
/* The following part initialize some vars by PG info. */
|
/* The following part initialize some vars by PG info. */
|
||||||
/* */
|
/* */
|
||||||
Hal_InitChannelPlan(adapt);
|
Hal_InitChannelPlan(adapt);
|
||||||
Hal_CustomizeByCustomerID_8188EU(adapt);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _ReadPROMContent(
|
static void _ReadPROMContent(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user