2
0
forked from Ivasoft/openwrt

ar71xx: rename ath79_parse_mac_addr to ath79_parse_ascii_mac

Rename the function and extend it in order to make it
usable from board setup code.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38085
This commit is contained in:
Gabor Juhos
2013-09-20 16:41:30 +00:00
parent cf5891fb39
commit e312a917d3
2 changed files with 19 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
struct platform_device;
extern unsigned char ath79_mac_base[] __initdata;
void ath79_parse_mac_addr(char *mac_str);
void ath79_parse_ascii_mac(char *mac_str, u8 *mac);
void ath79_init_mac(unsigned char *dst, const unsigned char *src,
int offset);
void ath79_init_local_mac(unsigned char *dst, const unsigned char *src);