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:
ded18b9
)
net: wireless: Add get_country_code functionality to platform
author
Dmitry Shmidt
<dimitrysh@google.com>
Tue, 15 Feb 2011 00:58:48 +0000
(16:58 -0800)
committer
John Stultz
<john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:48 +0000
(13:51 -0800)
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 3b1e2e054fd5280462c2f2aa28ae67db62fa33a7..40ec3482d1efbc4fccf79ab7a732e3e0358f527b 100644
(file)
--- a/
include/linux/wlan_plat.h
+++ b/
include/linux/wlan_plat.h
@@
-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