fill mChannel field of received mac frame for cc2538 (#169)

This commit is contained in:
rongli
2016-06-17 08:45:46 -07:00
committed by Jonathan Hui
parent d3e20adafc
commit db85fd2e4b
+1
View File
@@ -239,6 +239,7 @@ ThreadError otPlatRadioReceive(uint8_t aChannel)
sState = kStateListen;
setChannel(aChannel);
sReceiveFrame.mChannel = aChannel;
enableReceiver();
exit: