fix ethernet vlan matrix of the NP28G board (closes: #2387)
SVN-Revision: 8977
This commit is contained in:
parent
40d44d26af
commit
ae0d98552d
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue