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

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

net: wireless: Add get_country_code functionality to platform

parent d7e0da4c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,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);
	void *(*get_country_code)(char *ccode);
};

#endif