diff options
author | navin patidar <navin.patidar@gmail.com> | 2014-06-20 10:59:29 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-20 12:52:33 -0400 |
commit | 2accfc761d4198143990f7144e3cb562ba301578 (patch) | |
tree | 056ebacbd7fb84f08278e75dd7280d1f6e047e24 | |
parent | 052deb5d1f6b706b8c50407656cda8a32cd7b784 (diff) |
staging: rtl8188eu: Remove unused function Efuse_PgPacketWrite_BT()
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8188eu/core/rtw_efuse.c | 9 | ||||
-rw-r--r-- | drivers/staging/rtl8188eu/include/hal_intf.h | 3 |
2 files changed, 0 insertions, 12 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c index 93215463a961..f2ca6d44a65b 100644 --- a/drivers/staging/rtl8188eu/core/rtw_efuse.c +++ b/drivers/staging/rtl8188eu/core/rtw_efuse.c | |||
@@ -221,15 +221,6 @@ u8 efuse_OneByteWrite(struct adapter *pAdapter, u16 addr, u8 data, bool pseudo) | |||
221 | return result; | 221 | return result; |
222 | } | 222 | } |
223 | 223 | ||
224 | static int Efuse_PgPacketWrite_BT(struct adapter *pAdapter, u8 offset, u8 word_en, u8 *data, bool pseudo) | ||
225 | { | ||
226 | int ret; | ||
227 | |||
228 | ret = pAdapter->HalFunc.Efuse_PgPacketWrite_BT(pAdapter, offset, word_en, data, pseudo); | ||
229 | |||
230 | return ret; | ||
231 | } | ||
232 | |||
233 | /*----------------------------------------------------------------------------- | 224 | /*----------------------------------------------------------------------------- |
234 | * Function: efuse_WordEnableDataRead | 225 | * Function: efuse_WordEnableDataRead |
235 | * | 226 | * |
diff --git a/drivers/staging/rtl8188eu/include/hal_intf.h b/drivers/staging/rtl8188eu/include/hal_intf.h index cacf9df545ba..a86b3f848396 100644 --- a/drivers/staging/rtl8188eu/include/hal_intf.h +++ b/drivers/staging/rtl8188eu/include/hal_intf.h | |||
@@ -233,9 +233,6 @@ struct hal_ops { | |||
233 | enum rf_radio_path eRFPath, u32 RegAddr, | 233 | enum rf_radio_path eRFPath, u32 RegAddr, |
234 | u32 BitMask, u32 Data); | 234 | u32 BitMask, u32 Data); |
235 | 235 | ||
236 | bool (*Efuse_PgPacketWrite_BT)(struct adapter *padapter, u8 offset, | ||
237 | u8 word_en, u8 *data, bool test); | ||
238 | |||
239 | void (*sreset_init_value)(struct adapter *padapter); | 236 | void (*sreset_init_value)(struct adapter *padapter); |
240 | u8 (*sreset_get_wifi_status)(struct adapter *padapter); | 237 | u8 (*sreset_get_wifi_status)(struct adapter *padapter); |
241 | 238 | ||