netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/10] ieee802154: support rf212 and extended mac features
@ 2014-02-14 22:49 Phoebe Buckheister
  2014-02-14 22:49 ` [PATCH net-next v2 01/10] ieee802154: add basic support for RF212 to at86rf230 driver Phoebe Buckheister
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Phoebe Buckheister @ 2014-02-14 22:49 UTC (permalink / raw)
  To: netdev; +Cc: linux-zigbee-devel, davem

Hi,

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 v1:
 * CodingStyle compliance. Thanks Sergei Shtylyov
 * Add CSMA parameters to netlink phy list that were forgotten in v1


Phoebe Buckheister (10):
      ieee802154: add basic support for RF212 to at86rf230 driver
      ieee802154: default to AACK in at86rf230
      ieee802154: add TX power control to wpan_phy
      ieee802154: support 100kbps QPSK/EU in at86rf230
      ieee802154: add support for listen-before-talk in wpan_phy
      ieee802154: add support for CCA mode in wpan phys
      ieee802154: add support for setting CCA energy detection levels
      ieee802154: ensure that first RF212 state comes from TRX_OFF
      ieee802154: add netlink APIs for smartMAC configuration
      ieee802154: enable smart transmitter features of RF212


 drivers/net/ieee802154/at86rf230.c | 435 +++++++++++++++++++++--------
 include/linux/nl802154.h           |  12 +
 include/net/mac802154.h            |  35 +++
 include/net/wpan-phy.h             |  19 +-
 net/ieee802154/ieee802154.h        |   1 +
 net/ieee802154/netlink.c           |   1 +
 net/ieee802154/nl-phy.c            | 198 ++++++++++++-
 net/ieee802154/nl_policy.c         |  10 +
 net/ieee802154/wpan-class.c        |  10 +-
 net/mac802154/ieee802154_dev.c     |  67 +++++
 10 files changed, 670 insertions(+), 118 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-02-17  5:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-14 22:49 [PATCH net-next v2 0/10] ieee802154: support rf212 and extended mac features Phoebe Buckheister
2014-02-14 22:49 ` [PATCH net-next v2 01/10] ieee802154: add basic support for RF212 to at86rf230 driver Phoebe Buckheister
     [not found]   ` <1392418172-5305-2-git-send-email-phoebe.buckheister-mPn0NPGs4xGatNDF+KUbs4QuADTiUCJX@public.gmane.org>
2014-02-17  5:09     ` David Miller
2014-02-14 22:49 ` [PATCH net-next v2 02/10] ieee802154: default to AACK in at86rf230 Phoebe Buckheister
2014-02-14 22:49 ` [PATCH net-next v2 03/10] ieee802154: add TX power control to wpan_phy Phoebe Buckheister
2014-02-14 22:49 ` [PATCH net-next v2 04/10] ieee802154: support 100kbps QPSK/EU in at86rf230 Phoebe Buckheister
2014-02-14 22:49 ` [PATCH net-next v2 05/10] ieee802154: add support for listen-before-talk in wpan_phy Phoebe Buckheister
2014-02-14 22:49 ` [PATCH net-next v2 06/10] ieee802154: add support for CCA mode in wpan phys Phoebe Buckheister
2014-02-14 22:49 ` [PATCH net-next v2 07/10] ieee802154: add support for setting CCA energy detection levels Phoebe Buckheister
2014-02-14 22:49 ` [PATCH net-next v2 08/10] ieee802154: ensure that first RF212 state comes from TRX_OFF Phoebe Buckheister
2014-02-14 22:49 ` [PATCH net-next v2 09/10] ieee802154: add netlink APIs for smartMAC configuration Phoebe Buckheister
2014-02-14 22:49 ` [PATCH net-next v2 10/10] ieee802154: enable smart transmitter features of RF212 Phoebe Buckheister

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).