Added lock in ifr ioctl calls.

This commit is contained in:
Fotis Panagiotopoulos
2022-08-25 02:00:26 +03:00
committed by Petro Karashchenko
parent 9cb17841d8
commit 9bc47ecdce
+4
View File
@@ -641,6 +641,8 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int cmd,
ninfo("cmd: %d\n", cmd);
net_lock();
/* Execute the command */
switch (cmd)
@@ -1139,6 +1141,8 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int cmd,
break;
}
net_unlock();
return ret;
}