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

SVN-Revision: 8977
lede-17.01
Gabor Juhos 2007-09-23 13:05:33 +00:00
parent 40d44d26af
commit ae0d98552d
1 changed files with 1 additions and 3 deletions

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