]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7a1a4f74e6c21eb534a53628acde63f42e676227
tree07af7d4b42998da70ed5c61d427b79282101f93c
parent7aaedd1ba7363253a7e9de7e960dcd2322ab2c7e
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