ieee802154: add several phy supported handling
authorAlexander Aring <alex.aring@gmail.com>
Sun, 17 May 2015 19:44:43 +0000 (21:44 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 19 May 2015 09:44:42 +0000 (11:44 +0200)
commitfea3318d20776a94afeea0460c6ee9904e60569e
tree07af7d4b42998da70ed5c61d427b79282101f93c
parent72f655e44db9c7e835ceba96dc03cbe979d3f80d
ieee802154: add several phy supported handling

This patch adds support for phy supported handling for all other already
existing handling 802.15.4 functionality. We assume now a fully 802.15.4
complaint transceiver at phy allocation. If a transceiver can support
802.15.4 default values only, then the values should be overwirtten by
values the transceiver supports. If the transceiver doesn't set the
according hardware flags, we assume the 802.15.4 defaults now which
cannot be changed.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Suggested-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/cfg802154.h
include/net/nl802154.h
net/ieee802154/nl802154.c
net/mac802154/main.c
This page took 0.044401 seconds and 5 git commands to generate.