fix ethernet port mapping of the RB133
SVN-Revision: 8431
This commit is contained in:
parent
7f04ef6341
commit
a48d558df9
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static unsigned char rb11x_vlans[6] __initdata = {
|
||||||
|
|
||||||
static unsigned char rb133_vlans[6] __initdata = {
|
static unsigned char rb133_vlans[6] __initdata = {
|
||||||
/* FIXME: untested */
|
/* FIXME: untested */
|
||||||
0x41, 0x42, 0x44, 0x00, 0x00, 0x00
|
0x44, 0x42, 0x41, 0x00, 0x00, 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
static unsigned char rb133c_vlans[6] __initdata = {
|
static unsigned char rb133c_vlans[6] __initdata = {
|
||||||
|
|
Loading…
Reference in a new issue