mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 21:57:47 +00:00
fill mChannel field of received mac frame for cc2538 (#169)
This commit is contained in:
@@ -239,6 +239,7 @@ ThreadError otPlatRadioReceive(uint8_t aChannel)
|
||||
sState = kStateListen;
|
||||
|
||||
setChannel(aChannel);
|
||||
sReceiveFrame.mChannel = aChannel;
|
||||
enableReceiver();
|
||||
|
||||
exit:
|
||||
|
||||
Reference in New Issue
Block a user