1. 04 Jan, 2016 2 commits
  2. 03 Jan, 2016 1 commit
    • Brad Campbell's avatar
      ieee802154: cc2520: Check CRC & add promiscuous · 59869ebf
      Brad Campbell authored
      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: default avatarBrad Campbell <bradjc5@gmail.com>
      Acked-by: default avatarVarka Bhadram <varkabhadram@gmail.com>
      Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
      59869ebf
  3. 31 Dec, 2015 11 commits
  4. 30 Dec, 2015 26 commits