1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:16:16 +02:00

[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:
juhosg 2007-09-23 13:05:33 +00:00
parent b47e564474
commit 1ab846c8f0

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