diff options
author | Alexander Aring <alex.aring@gmail.com> | 2015-05-22 17:43:51 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-05-23 17:57:07 +0200 |
commit | 4a669f7d72535017dd03cbcdf5af6e85edfdf90c (patch) | |
tree | 4ce362a71937e70c0824c96ca85b1e6200586033 /net/ieee802154 | |
parent | 2d8cbd31dd5d4fe7825e1ab88f39c283849db946 (diff) | |
download | op-kernel-dev-4a669f7d72535017dd03cbcdf5af6e85edfdf90c.zip op-kernel-dev-4a669f7d72535017dd03cbcdf5af6e85edfdf90c.tar.gz |
mac802154: fix hold rtnl while ioctl
This patch fixes an issue to set address configuration with ioctl.
Accessing the mib requires rtnl lock and the ndo_do_ioctl doesn't hold
the rtnl lock while this callback is called. This patch do that
manually.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reported-by: Matteo Petracca <matteo.petracca@sssup.it>
Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154')
0 files changed, 0 insertions, 0 deletions