aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-02-14 16:58:48 -0800
committerDmitry Shmidt <dimitrysh@google.com>2011-02-14 16:58:48 -0800
commit69fa8ccfb7878a9e4b016201c4ccf58a68261cd3 (patch)
tree8ddcd82986b8d54a9462e1012d21ca1abc6e37d5
parent60463e0ed16e0af62120db55b4c2f4c8b64acf64 (diff)
downloadqemu-69fa8ccfb7878a9e4b016201c4ccf58a68261cd3.tar.gz
net: wireless: Add get_country_code functionality to platform
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--include/linux/wlan_plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/wlan_plat.h b/include/linux/wlan_plat.h
index 3b1e2e054fd..40ec3482d1e 100644
--- 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