All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bluetooth-next 0/2] mac802154: iface: better concurrent iface handling
@ 2014-12-19 22:28 Alexander Aring
  2014-12-19 22:28 ` [PATCH bluetooth-next 1/2] mac802154: iface: check concurrent ifaces Alexander Aring
  2014-12-19 22:28 ` [PATCH bluetooth-next 2/2] ieee802154: iface: move multiple node type check Alexander Aring
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander Aring @ 2014-12-19 22:28 UTC (permalink / raw)
  To: linux-wpan; +Cc: kernel, Alexander Aring

This patch series contains changes for a better multiple iface handling.
We have only one phy with several mac parameters like csma, aret, etc.
Currently it could be that one interface can overwrite these parameters
while ifup when another interface is currently running. To avoid that
we compare each parameter and check if differs, if not we allow to ifup
the interface.

Alexander Aring (2):
  mac802154: iface: check concurrent ifaces
  ieee802154: iface: move multiple node type check

 net/mac802154/iface.c | 101 +++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 87 insertions(+), 14 deletions(-)

-- 
2.2.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-12-19 22:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 22:28 [PATCH bluetooth-next 0/2] mac802154: iface: better concurrent iface handling Alexander Aring
2014-12-19 22:28 ` [PATCH bluetooth-next 1/2] mac802154: iface: check concurrent ifaces Alexander Aring
2014-12-19 22:31   ` Marcel Holtmann
2014-12-19 22:28 ` [PATCH bluetooth-next 2/2] ieee802154: iface: move multiple node type check Alexander Aring
2014-12-19 22:33   ` Marcel Holtmann
2014-12-19 22:36     ` Alexander Aring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.