X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Ffiles%2Fdrivers%2Fnet%2Fethernet%2Fralink%2Fsoc_rt305x.c;h=eacb8d874b680e8ab46c9be0553704eabb532253;hb=2c94eef5dfa54748f7f2099f84ca86f82b4f8bc1;hp=4c04ca5f5b0cf68efaad6976f95b759b285a0bc5;hpb=800da5a02e48b435f390ac9694bf65d078a279ba;p=openwrt%2Fstaging%2Fyousong.git diff --git a/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c b/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c index 4c04ca5f5b..eacb8d874b 100644 --- a/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c +++ b/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c @@ -125,7 +125,6 @@ static void rt5350_fe_reset(void) } static struct fe_soc_data rt3050_data = { - .mac = { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55 }, .init_data = rt305x_init_data, .reset_fe = rt305x_fe_reset, .fwd_config = rt3050_fwd_config, @@ -137,7 +136,6 @@ static struct fe_soc_data rt3050_data = { }; static struct fe_soc_data rt5350_data = { - .mac = { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55 }, .init_data = rt5350_init_data, .reg_table = rt5350_reg_table, .reset_fe = rt5350_fe_reset,