From: Dmitry Shmidt Date: Tue, 15 Feb 2011 00:58:48 +0000 (-0800) Subject: net: wireless: Add get_country_code functionality to platform X-Git-Tag: firefly_0821_release~2958^2~406 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=83e28b7f214760605506687014c3e309b8601cbf;p=firefly-linux-kernel-4.4.55.git net: wireless: Add get_country_code functionality to platform Signed-off-by: Dmitry Shmidt --- diff --git a/include/linux/wlan_plat.h b/include/linux/wlan_plat.h index 3b1e2e054fd5..40ec3482d1ef 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