|
@@ -116,10 +116,10 @@ static struct ucc_geth_info ugeth_primary_info = {
|
|
|
.maxGroupAddrInHash = 4,
|
|
|
.maxIndAddrInHash = 4,
|
|
|
.prel = 7,
|
|
|
- .maxFrameLength = 1518,
|
|
|
+ .maxFrameLength = 1518+16, /* Add extra bytes for VLANs etc. */
|
|
|
.minFrameLength = 64,
|
|
|
- .maxD1Length = 1520,
|
|
|
- .maxD2Length = 1520,
|
|
|
+ .maxD1Length = 1520+16, /* Add extra bytes for VLANs etc. */
|
|
|
+ .maxD2Length = 1520+16, /* Add extra bytes for VLANs etc. */
|
|
|
.vlantype = 0x8100,
|
|
|
.ecamptr = ((uint32_t) NULL),
|
|
|
.eventRegMask = UCCE_OTHER,
|