[mc1322x] Extra two bytes on xmit
Jon Smirl
jonsmirl at gmail.com
Thu Nov 19 14:46:29 EST 2009
First big receive problem is that tcpip code never reads the packet
out of the radio.
I added this in sicslowmac.c
/*---------------------------------------------------------------------------*/
static void
input_packet(const struct radio_driver *d)
{
printf("sicslowmac input_packet\n");
read_packet();
if(receiver_callback) {
receiver_callback(&sicslowmac_driver);
}
}
but it is probably not the right place to do this.
--
Jon Smirl
jonsmirl at gmail.com
More information about the mc1322x
mailing list