summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-10-01 14:14:54 +0100
committerAndy Green <andy.green@linaro.org>2011-10-02 09:38:26 +0100
commit5045b7456fc981893dba98a617a27d6d2398dbe8 (patch)
treecaa4b93328d5e3bc85a1a5178e4bd35c2772fab9 /include
parent7813145e3aca38615f2fc121ffd005bf89f02a39 (diff)
network: wireless: Add get_mac_addr functionality to platform
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'include')
-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 70ee63b44ad..3b1e2e054fd 100644
--- a/include/linux/wlan_plat.h
+++ b/include/linux/wlan_plat.h
@@ -20,6 +20,7 @@ struct wifi_platform_data {
int (*set_reset)(int val);
int (*set_carddetect)(int val);
void *(*mem_prealloc)(int section, unsigned long size);
+ int (*get_mac_addr)(unsigned char *buf);
};
#endif