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)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:07:17 +0000 (12:07 -0800)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
include/linux/wlan_plat.h

index 3b1e2e0..40ec348 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