commit | 60f8e67d980a5c4d3520378141f4d422f5f7231b | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Thu Oct 11 09:12:24 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 11 10:00:27 2018 -0700 |
tree | bba73848cdd1ee9a6fafaff7986dc561959f5f77 | |
parent | b7ec45a868af36d0aaffbfed9de4ce53b5eecb22 [diff] |
net: mscc: allow extracting the FCS into the skb This patch adds support for the NETIF_F_RXFCS feature in the Mscc Ethernet driver. This feature is disabled by default and allow a user to request the driver not to drop the FCS and to extract it into the skb for debugging purposes. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>