mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-10 00:29:26 +00:00
fix ethernet vlan matrix of the NP28G board (closes: #2387)
SVN-Revision: 8977
This commit is contained in:
parent
40d44d26af
commit
ae0d98552d
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user