]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ieee802154: introduce wpan_phy_supported
authorAlexander Aring <alex.aring@gmail.com>
Sun, 17 May 2015 19:44:42 +0000 (21:44 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 19 May 2015 09:44:42 +0000 (11:44 +0200)
commit72f655e44db9c7e835ceba96dc03cbe979d3f80d
treebd6a6937dc5e814e62aa76852cf1304d0a562e6c
parent32b23550ad64d9676f2218b3d5de46bacf98ef1d
ieee802154: introduce wpan_phy_supported

This patch introduce the wpan_phy_supported struct for wpan_phy. There
is currently no way to check if a transceiver can handle IEEE 802.15.4
complaint values. With this struct we can check before if the
transceiver supports these values before sending to driver layer.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Suggested-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Acked-by: Varka Bhadram <varkabhadram@gmail.com>
Cc: Alan Ott <alan@signal11.us>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/at86rf230.c
drivers/net/ieee802154/cc2520.c
drivers/net/ieee802154/fakelb.c
drivers/net/ieee802154/mrf24j40.c
include/net/cfg802154.h
net/ieee802154/nl-phy.c
net/ieee802154/nl802154.c