summaryrefslogtreecommitdiffstats
path: root/bcm4329/src/wl/sys/wl_iw.h
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2009-11-11 10:34:26 -0800
committerDmitry Shmidt <dimitrysh@google.com>2009-11-11 10:34:26 -0800
commitb4ace791eb574f589c53be582ea0d14e1a85ff09 (patch)
tree5293f8ec8ea0c05d6a6cfbee1fe42a345efd0c27 /bcm4329/src/wl/sys/wl_iw.h
parent492884be0b302c6c6ea51b360c1f7b0996d96a8b (diff)
downloadhardware_broadcom_wlan-b4ace791eb574f589c53be582ea0d14e1a85ff09.zip
hardware_broadcom_wlan-b4ace791eb574f589c53be582ea0d14e1a85ff09.tar.gz
hardware_broadcom_wlan-b4ace791eb574f589c53be582ea0d14e1a85ff09.tar.bz2
bcm4329: Sync with kernel tree (b/2249878)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'bcm4329/src/wl/sys/wl_iw.h')
-rw-r--r--bcm4329/src/wl/sys/wl_iw.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bcm4329/src/wl/sys/wl_iw.h b/bcm4329/src/wl/sys/wl_iw.h
index 64d8fc2..0321964 100644
--- a/bcm4329/src/wl/sys/wl_iw.h
+++ b/bcm4329/src/wl/sys/wl_iw.h
@@ -118,6 +118,12 @@ extern void wl_iw_event(struct net_device *dev, wl_event_msg_t *e, void* data);
extern int wl_iw_get_wireless_stats(struct net_device *dev, struct iw_statistics *wstats);
int wl_iw_attach(struct net_device *dev, void * dhdp);
void wl_iw_detach(void);
+int wl_control_wl_start(struct net_device *dev);
+
+extern int net_os_wake_lock(struct net_device *dev);
+extern int net_os_wake_unlock(struct net_device *dev);
+extern int net_os_wake_lock_timeout(struct net_device *dev);
+extern int net_os_wake_lock_timeout_enable(struct net_device *dev);
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27)
#define IWE_STREAM_ADD_EVENT(info, stream, ends, iwe, extra) \