i8sak: Fixes bug where daemon was being requested again when operation is finished, instead of being released.
This commit is contained in:
parent
864a61a431
commit
98c1223746
@ -281,5 +281,5 @@ static void scan_eventcb(FAR struct ieee802154_primitive_s *primitive,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
i8sak_requestdaemon(i8sak);
|
i8sak_releasedaemon(i8sak);
|
||||||
}
|
}
|
||||||
|
@ -301,5 +301,5 @@ static void tx_eventcb(FAR struct ieee802154_primitive_s *primitive,
|
|||||||
|
|
||||||
sem_post(&i8sak->sigsem);
|
sem_post(&i8sak->sigsem);
|
||||||
|
|
||||||
i8sak_requestdaemon(i8sak);
|
i8sak_releasedaemon(i8sak);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user