From: Alexander Aring Date: Wed, 29 Oct 2014 20:34:36 +0000 (+0100) Subject: mac802154: rx: simplify crc receive handling X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~3^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7889497d306df0be52300b3060ebc12b4194f9a;p=pandora-kernel.git mac802154: rx: simplify crc receive handling This patch change the actual crc handling while receive. Currently the IEEE802154_HW_RX_OMIT_CKSUM flag is used to filter a frame with a bad crc. This patch changes the behaviour of IEEE802154_HW_RX_OMIT_CKSUM to add a crc while receiving for the monitor interface. After monitor receiving we remove the crc for frame parsing. This affect the driver layer because all drivers sets IEEE802154_HW_RX_OMIT_CKSUM and deliver without checksum. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed