diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2018-09-20 12:08:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-21 09:07:50 -0700 |
commit | 652ef42c134da1bbb03bd4c9b4291dfaf8d7febb (patch) | |
tree | 66ace22a719b17ce6d287e311d107e7621987b97 /net/netlabel | |
parent | 10bc6a6042c900934a097988b5d50e3cf3f91781 (diff) | |
download | linux-652ef42c134da1bbb03bd4c9b4291dfaf8d7febb.tar.gz linux-652ef42c134da1bbb03bd4c9b4291dfaf8d7febb.tar.bz2 linux-652ef42c134da1bbb03bd4c9b4291dfaf8d7febb.zip |
net: mscc: fix the frame extraction into the skb
When extracting frames from the Ocelot switch, the frame check sequence
(FCS) is present at the end of the data extracted. The FCS was put into
the sk buffer which introduced some issues (as length related ones), as
the FCS shouldn't be part of an Rx sk buffer.
This patch fixes the Ocelot switch extraction behaviour by discarding
the FCS.
Fixes: a556c76adc05 ("net: mscc: Add initial Ocelot switch support")
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlabel')
0 files changed, 0 insertions, 0 deletions