mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Merge remote-tracking branch 'origin/master' into ieee802154
This commit is contained in:
@@ -432,7 +432,7 @@ static int netdev_wifr_ioctl(FAR struct socket *psock, int cmd,
|
|||||||
{
|
{
|
||||||
/* Get the wireless device associated with the IOCTL command */
|
/* Get the wireless device associated with the IOCTL command */
|
||||||
|
|
||||||
dev = netdev_findbyname(req->ifrn_name);
|
dev = netdev_findbyname(req->ifr_name);
|
||||||
if (dev != NULL)
|
if (dev != NULL)
|
||||||
{
|
{
|
||||||
/* Just forward the IOCTL to the wireless driver */
|
/* Just forward the IOCTL to the wireless driver */
|
||||||
|
|||||||
Reference in New Issue
Block a user