]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: cc2520: Check CRC & add promiscuous
authorBrad Campbell <bradjc5@gmail.com>
Thu, 24 Dec 2015 02:19:41 +0000 (21:19 -0500)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 3 Jan 2016 08:17:42 +0000 (09:17 +0100)
commit7800f246372c11f87e82c98610adc29e944adacc
tree24b213f39c0fb608baa3ee35ff30a36d0fe6c663
parent92fddc28864417fe7139fa0ad15442d15dc3eaf6
ieee802154: cc2520: Check CRC & add promiscuous

This patch adds checking the "CRC_OK" bit at the end of packets coming
from the CC2520 radio. It also adds support for putting the radio in
promiscuous mode (in which packets are not dropped if the CRC fails).
In promiscuous mode the AUTOCRC flag is cleared so that the driver can
pass the received CRC to the monitors.

The radio now defaults to frame filtering (checking that the destination
and PANID in the incoming packet matches the local node). This matches
the other 15.4 radios and is what a user would expect to be the default.

Other changes:

1. Adds LQI calculation
2. Makes #defines for relevant bit fields in CC2520 registers

Signed-off-by: Brad Campbell <bradjc5@gmail.com>
Acked-by: Varka Bhadram <varkabhadram@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/cc2520.c