From ae0d98552de1476b2dc39efc0d60961b51f4a571 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 23 Sep 2007 13:05:33 +0000 Subject: fix ethernet vlan matrix of the NP28G board (closes: #2387) SVN-Revision: 8977 --- target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c b/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c index 37950932bd..893baf4631 100644 --- a/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c +++ b/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c @@ -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 }; -- cgit v1.2.3