make default llll/w vlan setup in esw
authorJohn Crispin <john@openwrt.org>
Sat, 24 Oct 2009 20:56:31 +0000 (20:56 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 24 Oct 2009 20:56:31 +0000 (20:56 +0000)
SVN-Revision: 18133

target/linux/ramips/files/drivers/net/ramips_esw.c

index 58bbc3faabb064644afe97ebda36dd2ec40565bf..a77060075b1f675be9f5951f77df8ce6fd1c76e8 100644 (file)
@@ -113,7 +113,7 @@ rt305x_esw_init(void)
 
        /* set default vlan */
        ramips_esw_wr(0x2001, 0x50);
-       ramips_esw_wr(0x5041, 0x70);
+       ramips_esw_wr(0x504f, 0x70);
 
        return 0;
 }