mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03: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:
@@ -123,12 +123,10 @@ unsigned char np27g_vlans[6] __initdata = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
unsigned char np28g_vlans[6] __initdata = {
|
unsigned char np28g_vlans[6] __initdata = {
|
||||||
/* FIXME: untested */
|
0x50, 0x42, 0x44, 0x48, 0x00, 0x00
|
||||||
0x41, 0x42, 0x44, 0x48, 0x00, 0x00
|
|
||||||
};
|
};
|
||||||
|
|
||||||
unsigned char wp54_vlans[6] __initdata = {
|
unsigned char wp54_vlans[6] __initdata = {
|
||||||
/* FIXME: untested */
|
|
||||||
0x41, 0x42, 0x00, 0x00, 0x00, 0x00
|
0x41, 0x42, 0x00, 0x00, 0x00, 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user