wireless/ieee802154: mac lock should in pairs
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue