ieee802154: cc2520: adds driver for TI CC2520 radio
authorVarka Bhadram <varkab@cdac.in>
Fri, 20 Jun 2014 12:17:15 +0000 (17:47 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Jun 2014 04:31:58 +0000 (21:31 -0700)
commit0da6bc8cc3417a5e452efb886ff2c61e72b743d6
treecfa54da02d55940163e9d14c75bae5cf113ddb98
parent47cc3b4f0f5956055672ce89366ef17c03597087
ieee802154: cc2520: adds driver for TI CC2520 radio

This patch adds the driver support for the cc2520 radio.

Driver support:
- Tx and Rx of IEEE-802.15.4 packets
- Energy Detection on channel
- Setting the Channel for the radio. [b/w 11 - 26 channels]
- Start and Stop the radio
- h/w address filtering

Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ieee802154/cc2520.c [new file with mode: 0644]
include/linux/spi/cc2520.h [new file with mode: 0644]