commit | 003d891e8bd635091c67d978cc1fdc93463817e7 | [log] [tgz] |
---|---|---|
author | Dmitry Shmidt <dimitrysh@google.com> | Thu Jun 03 10:55:33 2010 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:57:54 2012 -0700 |
tree | 06dbada6b0e745058a77250ccdfb05a122558766 | |
parent | 424698382015fefdc0551f9d4c301dfe6504b193 [diff] [blame] |
network: wireless: Add get_mac_addr functionality to platform Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/include/linux/wlan_plat.h b/include/linux/wlan_plat.h index 70ee63b..3b1e2e0 100644 --- a/include/linux/wlan_plat.h +++ b/include/linux/wlan_plat.h
@@ -20,6 +20,7 @@ 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