Explorar o código

ar71xx: use ETH_ALEN for consistency

Signed-off-by: Forest Crossman <[email protected]>

SVN-Revision: 42280
John Crispin %!s(int64=11) %!d(string=hai) anos
pai
achega
67cf439237
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c

+ 3 - 3
target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c

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