Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7f9ba39 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Ruchi Kandoi
Browse files

wlan: Add get_wake_irq functionality



Change-Id: Ic41f06c509b2e625dc9ec4131903db6920c5fd4e
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent 134e3e00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
};