net: wireless: Add get_country_code functionality to platform
authorDmitry Shmidt <dimitrysh@google.com>
Tue, 15 Feb 2011 00:58:48 +0000 (16:58 -0800)
committerJohn 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

index 3b1e2e054fd5280462c2f2aa28ae67db62fa33a7..40ec3482d1efbc4fccf79ab7a732e3e0358f527b 100644 (file)
@@ -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