In my case, one mica2 mote send a tos message via "BareSendMsg" of CC1000RaioC; another mote receive the message using "ReceiveMsg" interface. In event "receive" I want to check "crc" of message and I found data->crc == 0. Thus I am puzzled why crc is 0? Thanks