mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #2434 from jfischer-phytec-iot/fix@recv_ieee802154_frame
Fix packet processing in mac layer.
This commit is contained in:
commit
2c703e5732
@ -136,6 +136,7 @@ static void *recv_ieee802154_frame(void *arg)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
DEBUG("Unknown IEEE 802.15.4 source address mode.\n");
|
DEBUG("Unknown IEEE 802.15.4 source address mode.\n");
|
||||||
|
p->processing--;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user