added parsing of frame to get receiver address, etc

This commit is contained in:
Joakim Eriksson 2012-01-08 02:27:37 -08:00
parent 5da8a9261b
commit 3d388760c3
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ slip_radio_cmd_handler(const uint8_t *data, int len)
PRINTF("slip-radio: sending: %d\n", packetbuf_datalen());
/* parse frame before sending to get addresses, etc. */
no_framer.parse();
NETSTACK_MAC.send(&packet_sent, &packet_ids[packet_pos]);
packet_pos++;