[adm5120] fix ethernet vlan matrix of the NP28G board (closes: #2387)
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Sep 2007 13:05:33 +0000 (13:05 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Sep 2007 13:05:33 +0000 (13:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8977 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c

index 3795093..893baf4 100644 (file)
@@ -123,12 +123,10 @@ unsigned char np27g_vlans[6] __initdata = {
 };
 
 unsigned char np28g_vlans[6] __initdata = {
-       /* FIXME: untested */
-       0x41, 0x42, 0x44, 0x48, 0x00, 0x00
+       0x50, 0x42, 0x44, 0x48, 0x00, 0x00
 };
 
 unsigned char wp54_vlans[6] __initdata = {
-       /* FIXME: untested */
        0x41, 0x42, 0x00, 0x00, 0x00, 0x00
 };
 
This page took 0.032724 seconds and 4 git commands to generate.