projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb0f65
)
wlan: Add get_wake_irq functionality
author
Dmitry Shmidt
<dimitrysh@google.com>
Mon, 12 Jan 2015 21:42:05 +0000
(13:42 -0800)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/include/linux/wlan_plat.h
b/include/linux/wlan_plat.h
index 8ad2dbd0c296783850c6680bba0c197cc42d30a0..8e8b06f1ba4ae3eb5ec51ffa97e97e74d06fadb3 100644
(file)
--- 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);
};