network: wireless: Add get_mac_addr functionality to platform

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt
2010-06-03 10:55:33 -07:00
committed by Colin Cross
parent 4246983820
commit 003d891e8b

View File

@@ -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