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/mac802154/mib.c | |
parent | ieee802154/atusb: Set default ed level to 0xbe like the rest of these drivers (diff) | |
download | linux-4a669f7d72535017dd03cbcdf5af6e85edfdf90c.tar.xz linux-4a669f7d72535017dd03cbcdf5af6e85edfdf90c.zip |
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/mac802154/mib.c')
0 files changed, 0 insertions, 0 deletions