old mode 100644new mode 100755.. | .. |
---|
41 | 41 | #ifdef CONFIG_HAS_WAKELOCK |
---|
42 | 42 | #include <linux/pm_wakeup.h> |
---|
43 | 43 | #endif /* CONFIG_HAS_WAKELOCK */ |
---|
| 44 | +#include <linux/wakelock.h> |
---|
44 | 45 | #include <dngl_stats.h> |
---|
45 | 46 | #include <dhd.h> |
---|
46 | 47 | #include <dhd_dbg.h> |
---|
.. | .. |
---|
144 | 145 | struct wakeup_source wl_nanwake; /* NAN wakelock */ |
---|
145 | 146 | #endif /* CONFIG_HAS_WAKELOCK */ |
---|
146 | 147 | |
---|
| 148 | + struct wake_lock rx_wakelock; |
---|
147 | 149 | #if defined(OEM_ANDROID) |
---|
148 | 150 | /* net_device interface lock, prevent race conditions among net_dev interface |
---|
149 | 151 | * calls and wifi_on or wifi_off |
---|