net: fec: stop the "rcv is not +last, " error messages
Setting the FTRL register will stop the fec from trying to use multiple receive buffers. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
7f20cd2521
commit
55cd48c821
@@ -988,6 +988,7 @@ fec_restart(struct net_device *ndev)
|
||||
val &= ~FEC_RACC_OPTIONS;
|
||||
writel(val, fep->hwp + FEC_RACC);
|
||||
}
|
||||
writel(PKT_MAXBUF_SIZE, fep->hwp + FEC_FTRL);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user