[adm5120] fix ethernet vlan matrix of the NP28G board (closes: #2387)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8977 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Gabor Juhos 2007-09-23 13:05:33 +00:00
parent 3c50f64b06
commit 53b44a57cf

View 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
};