summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/hal/hal_intf.c
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-08-10 14:44:31 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-16 19:23:22 (GMT)
commit4ffa54e6b191761eb0b71144f135e5b1935e752c (patch)
treeca057a5a0969e8b9a2037ed47067b74257a88242 /drivers/staging/rtl8188eu/hal/hal_intf.c
parentb5c391a4b0a46dff8d6e02e30ecd7ce16f446635 (diff)
downloadlinux-4ffa54e6b191761eb0b71144f135e5b1935e752c.tar.xz
staging: rtl8188eu: Remove rtl8188e_IOL_exec_cmds_sync() and its wrapper function
rtl8188e_IOL_exec_cmds_sync() is a unused function. Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/hal/hal_intf.c')
-rw-r--r--drivers/staging/rtl8188eu/hal/hal_intf.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/drivers/staging/rtl8188eu/hal/hal_intf.c
index 2faa690..bc89e99 100644
--- a/drivers/staging/rtl8188eu/hal/hal_intf.c
+++ b/drivers/staging/rtl8188eu/hal/hal_intf.c
@@ -354,16 +354,6 @@ u8 rtw_hal_sreset_get_wifi_status(struct adapter *adapt)
return status;
}
-int rtw_hal_iol_cmd(struct adapter *adapter, struct xmit_frame *xmit_frame,
- u32 max_wating_ms, u32 bndy_cnt)
-{
- if (adapter->HalFunc.IOL_exec_cmds_sync)
- return adapter->HalFunc.IOL_exec_cmds_sync(adapter, xmit_frame,
- max_wating_ms,
- bndy_cnt);
- return _FAIL;
-}
-
void rtw_hal_notch_filter(struct adapter *adapter, bool enable)
{
if (adapter->HalFunc.hal_notch_filter)