提交 994d7781 编写于 作者: N navin patidar 提交者: Greg Kroah-Hartman

staging:rtl8188eu:Remove funtion Hal_CustomizeByCustomerID_8188EU()

Function has empty defination.
Signed-off-by: Nnavin patidar <navin.patidar@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3cf2f015
...@@ -1133,10 +1133,6 @@ static void Hal_EfuseParseMACAddr_8188EU(struct adapter *adapt, u8 *hwinfo, bool ...@@ -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( ...@@ -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(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册