OSDN Git Service

at86rf230: improve receive handling
authorAlexander Aring <alex.aring@gmail.com>
Mon, 27 Oct 2014 16:13:42 +0000 (17:13 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 27 Oct 2014 17:07:50 +0000 (18:07 +0100)
commitb89c33417ffcc816df5755aec375a16d2657e4d3
treedab27f4c57518b02ab337aab4a038401870a219a
parentd0e73c470471a0f2eda02de44fb17f020b32269c
at86rf230: improve receive handling

Current behaviour it to copy the frame inclusive CRC into a skb, then
remove the CRC from the skb. This patch optimizes this by not copying
the CRC at the first place.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/at86rf230.c