summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/osdep_intf.h
diff options
context:
space:
mode:
authornavin patidar2014-07-10 05:41:25 +0200
committerGreg Kroah-Hartman2014-07-10 06:08:47 +0200
commit0aba3f417fff530fbf031b8f31c37e2d018e44c2 (patch)
tree6cdb103f4343b19e9481d4fae6282dcf959dd7c5 /drivers/staging/rtl8188eu/include/osdep_intf.h
parentstaging: rtl8188eu: Remove files rtw_mp_ioctl.[c,h] (diff)
downloadkernel-qcow2-linux-0aba3f417fff530fbf031b8f31c37e2d018e44c2.tar.gz
kernel-qcow2-linux-0aba3f417fff530fbf031b8f31c37e2d018e44c2.tar.xz
kernel-qcow2-linux-0aba3f417fff530fbf031b8f31c37e2d018e44c2.zip
staging: rtl8188eu: Remove usb_osintf.h header file.
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/osdep_intf.h')
-rw-r--r--drivers/staging/rtl8188eu/include/osdep_intf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/osdep_intf.h b/drivers/staging/rtl8188eu/include/osdep_intf.h
index 523141a9eab4..efa786887962 100644
--- a/drivers/staging/rtl8188eu/include/osdep_intf.h
+++ b/drivers/staging/rtl8188eu/include/osdep_intf.h
@@ -24,6 +24,9 @@
#include <osdep_service.h>
#include <drv_types.h>
+extern char *rtw_initmac;
+extern int rtw_mc2u_disable;
+
u8 rtw_init_drv_sw(struct adapter *padapter);
u8 rtw_free_drv_sw(struct adapter *padapter);
u8 rtw_reset_drv_sw(struct adapter *padapter);
@@ -40,8 +43,8 @@ u16 rtw_recv_select_queue(struct sk_buff *skb);
void rtw_proc_init_one(struct net_device *dev);
void rtw_proc_remove_one(struct net_device *dev);
+int pm_netdev_open(struct net_device *pnetdev, u8 bnormal);
void rtw_ips_dev_unload(struct adapter *padapter);
-
int rtw_ips_pwr_up(struct adapter *padapter);
void rtw_ips_pwr_down(struct adapter *padapter);