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

Commit d7e0da4c authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Amit Pundir
Browse files

network: wireless: Add get_mac_addr functionality to platform

parent e770a833
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ struct wifi_platform_data {
	int (*set_reset)(int val);
	int (*set_carddetect)(int val);
	void *(*mem_prealloc)(int section, unsigned long size);
	int (*get_mac_addr)(unsigned char *buf);
};

#endif