[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1396271873-10300-1-git-send-email-phoebe.buckheister@itwm.fraunhofer.de>
Date: Mon, 31 Mar 2014 15:17:51 +0200
From: Phoebe Buckheister <phoebe.buckheister@...m.fraunhofer.de>
To: netdev@...r.kernel.org
Cc: linux-zigbee-devel@...ts.sourceforge.net, davem@...emloft.net
Subject: mac802154: make multiple WPAN handling sensible
The current mac802154 stack allows an arbitrary number of WPAN netdevs for any
given PHY, which is not sensible and not supported by all hardware with in-tree
drivers. Also, previous commits have introduced configuration options that
apply to WPAN devices, but were set to apply to the underlying PHY.
This patch set fixes both, allowing only one WPAN device to be up at any given
time, and making WPAN-related settings per-WPAN instead of per-PHY.
---
Phoebe Buckheister (2):
mac802154: allow only one WPAN to be up at any given time
mac802154: make csma/cca parameters per-wpan
include/linux/nl802154.h | 2 +-
include/net/ieee802154_netdev.h | 17 ++++
net/ieee802154/ieee802154.h | 2 +-
net/ieee802154/netlink.c | 2 +-
net/ieee802154/nl-mac.c | 122 +++++++++++++++++++++++-
net/ieee802154/nl-phy.c | 200 +--------------------------------------
net/ieee802154/wpan-class.c | 6 --
net/mac802154/ieee802154_dev.c | 25 +++++
net/mac802154/mac802154.h | 10 ++
net/mac802154/mac_cmd.c | 3 +
net/mac802154/wpan.c | 89 ++++++++++++++++-
11 files changed, 266 insertions(+), 212 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists