From: Ben Hutchings Date: Fri, 27 Jul 2012 19:50:57 +0000 (+0100) Subject: sfc: Remove bogus comment about MTU change and RX buffer overrun X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~277^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f65ea5b2aa0f76a463c85ed39955c26faf4f5a7;p=pandora-kernel.git sfc: Remove bogus comment about MTU change and RX buffer overrun RX DMA is limited by the length specified in each descriptor and not by the MAC. Over-length frames may get into the RX FIFO regardless of the MAC settings, due to a hardware bug, but they will be truncated by the packet DMA engine and reported as such in the completion event. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed