wlan: Add get_wake_irq functionality
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 12 Jan 2015 21:42:05 +0000 (13:42 -0800)
committerDmitry Shmidt <dimitrysh@google.com>
Mon, 12 Jan 2015 22:38:59 +0000 (14:38 -0800)
Change-Id: Ic41f06c509b2e625dc9ec4131903db6920c5fd4e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
include/linux/wlan_plat.h

index 8ad2dbd0c296783850c6680bba0c197cc42d30a0..8e8b06f1ba4ae3eb5ec51ffa97e97e74d06fadb3 100644 (file)
@@ -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);
 };