summaryrefslogtreecommitdiff
path: root/include/linux/wlan_plat.h
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2015-01-12 13:42:05 -0800
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:51:49 -0800
commitd0bc6b1af5a5a9c4397064967e4e9c2bc6552c6d (patch)
treea577574ac2b65af0369b89b90f4aee7cff6cf2d1 /include/linux/wlan_plat.h
parent6a26c26e75853a610d07cbe9e75deebb5a472791 (diff)
wlan: Add get_wake_irq functionality
Change-Id: Ic41f06c509b2e625dc9ec4131903db6920c5fd4e Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'include/linux/wlan_plat.h')
-rw-r--r--include/linux/wlan_plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/wlan_plat.h b/include/linux/wlan_plat.h
index 8ad2dbd0c296..8e8b06f1ba4a 100644
--- a/include/linux/wlan_plat.h
+++ b/include/linux/wlan_plat.h
@@ -23,6 +23,7 @@ struct wifi_platform_data {
int (*set_carddetect)(int val);
void *(*mem_prealloc)(int section, unsigned long size);
int (*get_mac_addr)(unsigned char *buf);
+ int (*get_wake_irq)(void);
void *(*get_country_code)(char *ccode, u32 flags);
};