Skip to content
Snippets Groups Projects
Commit f2b9e207 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

sixlowpan: decrement processing semaphore when discarding

parent 938c61a5
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,7 @@ static void *recv_ieee802154_frame(void *arg) ...@@ -150,6 +150,7 @@ static void *recv_ieee802154_frame(void *arg)
} }
else { else {
DEBUG("Unknown IEEE 802.15.4 destination address mode.\n"); DEBUG("Unknown IEEE 802.15.4 destination address mode.\n");
p->processing--;
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment