mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
wireless/ieee802154: mac lock should in pairs
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
4f7f70598a
commit
a98df4a404
@@ -345,6 +345,7 @@ static void mac802154_scantimeout(FAR void *arg)
|
|||||||
mac802154_scanfinish(priv, IEEE802154_STATUS_NO_BEACON);
|
mac802154_scanfinish(priv, IEEE802154_STATUS_NO_BEACON);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nxmutex_unlock(&priv->lock);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user