]> git.baikalelectronics.ru Git - kernel.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)
commit7ad49f80f782b522f6e3a7d9df1f0991a234ad3c
treebd6a6937dc5e814e62aa76852cf1304d0a562e6c
parent36cbab031af03a4b122943c3b4be33ddc2a7ff20
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