linux-hardened/net/ieee802154/6lowpan
Alexander Aring c947f7e1e3 mac802154: remove mib lock
This patch removes the mib lock. The new locking mechanism is to protect
the mib values with the rtnl lock. Note that this isn't always necessary
if we have an interface up the most mib values are readonly (e.g.
address settings). With this behaviour we can remove locking in
hotpath like frame parsing completely. It depends on context if we need
to hold the rtnl lock or not, this makes the callbacks of
ieee802154_mlme_ops unnecessary because these callbacks hols always the
locks.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-05-23 17:57:08 +02:00
..
6lowpan_i.h ieee802154: 6lowpan: move transmit functionality 2015-01-08 07:25:59 +01:00
core.c mac802154: remove mib lock 2015-05-23 17:57:08 +02:00
Kconfig
Makefile ieee802154: 6lowpan: fix Makefile entry 2015-01-08 15:48:06 +01:00
reassembly.c ieee802154: 6lowpan: rename internal header 2015-01-08 07:25:59 +01:00
rx.c ieee802154: 6lowpan: move receive functionality 2015-01-08 07:25:59 +01:00
tx.c mac802154: remove mib lock 2015-05-23 17:57:08 +02:00