]> asedeno.scripts.mit.edu Git - linux.git/commit
net: stmmac: Only the last buffer has the FCS field
authorJose Abreu <Jose.Abreu@synopsys.com>
Wed, 18 Dec 2019 10:17:38 +0000 (11:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2019 20:04:17 +0000 (12:04 -0800)
commit93b5dce401ccd4a688fe1f0d0bf0d97e63cdf921
tree5d4b047423758e94fb4634ff51c7ad24f2fa0d9e
parenteaf4fac478077d4ed57cbca2c044c4b58a96bd98
net: stmmac: Only the last buffer has the FCS field

Only the last received buffer contains the FCS field. Check for end of
packet before trying to strip the FCS field.

Fixes: 88ebe2cf7f3f ("net: stmmac: Rework stmmac_rx()")
Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c