]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'ieee802154'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2014 21:43:17 +0000 (16:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2014 21:43:17 +0000 (16:43 -0500)
commite035b8addc544c2b4de2f8b0326ba7939abd9541
tree08f9ec4803fd76adaf85dae04aea3a8a77188d5a
parent92e8c831d831ff97913b71e178d184106c0dee0f
parentf2fdd67c6bc89de0100410efb37de69b1c98ac03
Merge branch 'ieee802154'

Phoebe Buckheister says:

====================
ieee802154: support rf212 and extended mac features

this patch set adds support for the RF212 radio chip to the existing
at86rf230 driver and adds support for numerous features of the RF212
chips to the ieee802154 stack. These features include CSMA parameter
configuration, transmit power control, CCA parameter configuration, and
automatic retransmission of frames. Netlink APIs are provided for all
new options introduced in this set.

Many features might also work for RF230, but since I have no such chips
at my disposal, most new features are implemented only for RF212.

Changes since v2:
 * Indentation
Changes since v1:
 * CodingStyle compliance. Thanks Sergei Shtylyov
 * Add CSMA parameters to netlink phy list that were forgotten in v1
====================

Signed-off-by: David S. Miller <davem@davemloft.net>