mirror of https://github.com/hak5/openwrt.git
ar71xx: use ETH_ALEN for consistency
Signed-off-by: Forest Crossman <cyrozap@gmail.com> SVN-Revision: 42280lede-17.01
parent
79c04e1897
commit
67cf439237
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue