ralink: use random generate mac address instead of default one.
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / drivers / net / ethernet / ralink / soc_rt3883.c
index 5d540c2c1eb9d76d9389099cf13972942ddba44f..82499fe3b65e6fc4dcbadc89ae292445a46c7812 100644 (file)
@@ -56,7 +56,6 @@ static void rt3883_init_data(struct fe_soc_data *data,
 }
 
 static struct fe_soc_data rt3883_data = {
-       .mac = { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55 },
        .init_data = rt3883_init_data,
        .reset_fe = rt3883_fe_reset,
        .fwd_config = rt3883_fwd_config,