summaryrefslogtreecommitdiffstats
path: root/include/net/cfg802154.h
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-05-22 11:43:52 -0400
committerMarcel Holtmann <marcel@holtmann.org>2015-05-23 11:57:08 -0400
commit4a3a8c0c3a613e481bea931f0d65dc4a7efaa9b9 (patch)
tree218e83ae396cc808b80b6681c4cdcaff30bfc1ca /include/net/cfg802154.h
parent4a669f7d72535017dd03cbcdf5af6e85edfdf90c (diff)
mac802154: remove pib lock
This patch removes the pib lock which is now replaced by rtnl lock. The new interface already use the rtnl lock only. Nevertheless this patch will fix issues while using new and old interface at the same time. 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>
Diffstat (limited to 'include/net/cfg802154.h')
-rw-r--r--include/net/cfg802154.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/cfg802154.h b/include/net/cfg802154.h
index 11bbf17ad865..c6aa1d210182 100644
--- a/include/net/cfg802154.h
+++ b/include/net/cfg802154.h
@@ -121,8 +121,6 @@ enum wpan_phy_flags {
121}; 121};
122 122
123struct wpan_phy { 123struct wpan_phy {
124 struct mutex pib_lock;
125
126 /* If multiple wpan_phys are registered and you're handed e.g. 124 /* If multiple wpan_phys are registered and you're handed e.g.
127 * a regular netdev with assigned ieee802154_ptr, you won't 125 * a regular netdev with assigned ieee802154_ptr, you won't
128 * know whether it points to a wpan_phy your driver has registered 126 * know whether it points to a wpan_phy your driver has registered