1
0
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:
Johann Fischer 2015-02-11 16:12:08 +01:00
commit 2c703e5732

View File

@ -136,6 +136,7 @@ static void *recv_ieee802154_frame(void *arg)
}
else {
DEBUG("Unknown IEEE 802.15.4 source address mode.\n");
p->processing--;
continue;
}