Skip to content
Snippets Groups Projects
Commit 67cf4392 authored by John Crispin's avatar John Crispin
Browse files

ar71xx: use ETH_ALEN for consistency


Signed-off-by: default avatarForest Crossman <cyrozap@gmail.com>

SVN-Revision: 42280
parent 79c04e18
No related branches found
No related tags found
No related merge requests found
......@@ -145,9 +145,9 @@ static void __init esr900_setup(void)
{
const char *config = (char *) KSEG1ADDR(ESR900_CONFIG_ADDR);
u8 *art = (u8 *) KSEG1ADDR(ESR900_CALDATA_ADDR);
u8 lan_mac[6];
u8 wlan0_mac[6];
u8 wlan1_mac[6];
u8 lan_mac[ETH_ALEN];
u8 wlan0_mac[ETH_ALEN];
u8 wlan1_mac[ETH_ALEN];
if (ath79_nvram_parse_mac_addr(config, ESR900_CONFIG_SIZE,
"ethaddr=", lan_mac) == 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment