aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-13 08:38:01 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-13 08:38:01 +0000
commite8d734c637c494d72b91f0263b77181a243c1676 (patch)
treeb19b67333b4a0a9a5f9895b4f7fabea500c5815e /target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
parentfe1279d7bf161070c6efdbcd5945380baa55dc3e (diff)
downloadupstream-e8d734c637c494d72b91f0263b77181a243c1676.tar.gz
upstream-e8d734c637c494d72b91f0263b77181a243c1676.tar.bz2
upstream-e8d734c637c494d72b91f0263b77181a243c1676.zip
ralink: use random generate mac address instead of default one.
Signed-off-by: michael lee <igvtee@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44740 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c')
-rw-r--r--target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c2
1 files changed, 0 insertions, 2 deletions
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,