All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC bluetooth-next 0/4] ieee802154: add support for phy capabilities
@ 2015-04-08 11:18 Alexander Aring
  2015-04-08 11:18 ` [RFC bluetooth-next 1/4] ieee802154: introduce wpan_phy_supported struct Alexander Aring
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Alexander Aring @ 2015-04-08 11:18 UTC (permalink / raw)
  To: linux-wpan; +Cc: kernel, Alexander Aring, Phoebe Buckheister, Varka Bhadram

Hi,

this patches introduce a mechanism to get phy capabilities. We simple add
some additional pib values like "channels_supported" information. These
information also includes mib values which are phy dependent like frame_retries
or csma_backoffs, this is necessary because the phy doing a little bit mac
stuff. We simple extend the pib according these phy dependent mac values.

These capabilities are by default full 802.15.4 complaint, if some transceiver
supports less functionality only then these values need to be overwritten inside
the driver-layer.

Fruthermore we also add functionality to dump these values via
NL802154_CMD_GET_WPAN_PHY.

- Alex

Cc: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Cc: Varka Bhadram <varkabhadram@gmail.com>

Alexander Aring (4):
  ieee802154: introduce wpan_phy_supported struct
  ieee802154: move channels supported out of softmac
  ieee802154: add several phy supported handling
  at86rf230: set cca_modes supported flags

 drivers/net/ieee802154/at86rf230.c | 14 ++++++++++----
 drivers/net/ieee802154/cc2520.c    |  2 +-
 drivers/net/ieee802154/fakelb.c    | 30 +++++++++++++++---------------
 drivers/net/ieee802154/mrf24j40.c  |  2 +-
 include/net/cfg802154.h            | 11 ++++++++++-
 net/ieee802154/nl-phy.c            |  4 ++--
 net/ieee802154/nl802154.c          | 29 ++++++++++++++++++++++-------
 net/mac802154/cfg.c                |  4 ----
 net/mac802154/main.c               | 10 ++++++++++
 9 files changed, 71 insertions(+), 35 deletions(-)

-- 
2.3.5


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

end of thread, other threads:[~2015-04-11 12:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 11:18 [RFC bluetooth-next 0/4] ieee802154: add support for phy capabilities Alexander Aring
2015-04-08 11:18 ` [RFC bluetooth-next 1/4] ieee802154: introduce wpan_phy_supported struct Alexander Aring
2015-04-09  6:17   ` Varka Bhadram
2015-04-08 11:18 ` [RFC bluetooth-next 2/4] ieee802154: move channels supported out of softmac Alexander Aring
2015-04-08 11:18 ` [RFC bluetooth-next 3/4] ieee802154: add several phy supported handling Alexander Aring
2015-04-08 14:16   ` Alexander Aring
     [not found]   ` <55261AB2.6050500@gmail.com>
2015-04-09 10:14     ` Alexander Aring
2015-04-08 11:18 ` [RFC bluetooth-next 4/4] at86rf230: set cca_modes supported flags Alexander Aring
2015-04-09  6:32 ` [RFC bluetooth-next 0/4] ieee802154: add support for phy capabilities Varka Bhadram
2015-04-09  9:28   ` Alexander Aring
2015-04-09  9:37     ` Varka Bhadram
2015-04-09 11:37       ` Alexander Aring
2015-04-09 12:33         ` Alexander Aring
2015-04-10  4:01           ` Varka Bhadram
2015-04-10  8:35             ` Alexander Aring
2015-04-11 12:04     ` Guido Günther

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.