wlan: Add get_wake_irq functionality

Change-Id: Ic41f06c509b2e625dc9ec4131903db6920c5fd4e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Git-commit: 3b277924f2e01f9ff236fd4c0c4000d63ec42d79
Git-repo: https://android.googlesource.com/kernel/common.git
Signed-off-by: Ian Maund <imaund@codeaurora.org>
This commit is contained in:
Dmitry Shmidt 2015-01-12 13:42:05 -08:00 committed by Ian Maund
parent 670de2f26f
commit 0b81d0b608
1 changed files with 1 additions and 0 deletions

View 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);
};