aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-13 08:38:01 +0000
committerJohn Crispin <john@openwrt.org>2015-03-13 08:38:01 +0000
commit2c94eef5dfa54748f7f2099f84ca86f82b4f8bc1 (patch)
tree35202a85a15fccdfd771c1433293883c1086e7ac /target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c
parent800da5a02e48b435f390ac9694bf65d078a279ba (diff)
downloadupstream-2c94eef5dfa54748f7f2099f84ca86f82b4f8bc1.tar.gz
upstream-2c94eef5dfa54748f7f2099f84ca86f82b4f8bc1.tar.bz2
upstream-2c94eef5dfa54748f7f2099f84ca86f82b4f8bc1.zip
ralink: use random generate mac address instead of default one.
Signed-off-by: michael lee <igvtee@gmail.com> SVN-Revision: 44740
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,