fix ethernet vlan matrix of the NP28G board (closes: #2387)
authorGabor Juhos <juhosg@openwrt.org>
Sun, 23 Sep 2007 13:05:33 +0000 (13:05 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 23 Sep 2007 13:05:33 +0000 (13:05 +0000)
SVN-Revision: 8977

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

index 37950932bde0cc3ec7e612999f842a7a11008d5e..893baf46313a967e02922979a95b6ad79b113d1f 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
 };