mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:06:16 +02:00
14f0acdc28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31573 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
426 B
Diff
13 lines
426 B
Diff
|
|
--- a/arch/mips/include/asm/mach-bcm47xx/nvram.h
|
|
+++ b/arch/mips/include/asm/mach-bcm47xx/nvram.h
|
|
@@ -37,7 +37,7 @@ struct nvram_header {
|
|
|
|
extern int nvram_getenv(char *name, char *val, size_t val_len);
|
|
|
|
-static inline void nvram_parse_macaddr(char *buf, u8 *macaddr)
|
|
+static inline void nvram_parse_macaddr(char *buf, u8 macaddr[6])
|
|
{
|
|
if (strchr(buf, ':'))
|
|
sscanf(buf, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", &macaddr[0],
|