summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-06-20 14:59:47 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-20 16:52:34 (GMT)
commitee5f8a431ead8f334f4c04f91ecafa34cb9d52ca (patch)
tree16419806870a27fd9b490fb7eea40216c5f3d74a /drivers/staging/rtl8188eu/include/rtl8188e_hal.h
parent756850c6dc61534a2c174e111265fa5bacf5dd0e (diff)
downloadlinux-ee5f8a431ead8f334f4c04f91ecafa34cb9d52ca.tar.xz
staging: rtl8188eu: Move all efuse related code to rtw_efuse.c
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/rtl8188e_hal.h')
-rw-r--r--drivers/staging/rtl8188eu/include/rtl8188e_hal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
index 4b59c8e..94a5f93 100644
--- a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
+++ b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
@@ -467,6 +467,8 @@ void rtl8188e_start_thread(struct adapter *padapter);
void rtl8188e_stop_thread(struct adapter *padapter);
void rtw_IOL_cmd_tx_pkt_buf_dump(struct adapter *Adapter, int len);
+s32 iol_execute(struct adapter *padapter, u8 control);
+void iol_mode_enable(struct adapter *padapter, u8 enable);
s32 rtl8188e_iol_efuse_patch(struct adapter *padapter);
void rtw_cancel_all_timer(struct adapter *padapter);