Changeset 1163 for firmware/openos/openwsn/02a-MAC/IEEE802154E.c
- Timestamp:
- 09/12/11 14:52:57 (21 months ago)
- File:
-
- 1 edited
-
firmware/openos/openwsn/02a-MAC/IEEE802154E.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
firmware/openos/openwsn/02a-MAC/IEEE802154E.c
r1162 r1163 1078 1078 } 1079 1079 1080 // synchronize to the received packet1081 synchronizePacket(ieee154e_vars.syncCapturedTime,&(ieee154e_vars.dataReceived->l2_nextORpreviousHop));1082 1083 1080 // check if ack requested 1084 1081 if (ieee802514_header.ackRequested==1) { … … 1086 1083 ieee154etimer_schedule(DURATION_rt5); 1087 1084 } else { 1085 // synchronize to the received packet 1086 synchronizePacket(ieee154e_vars.syncCapturedTime,&(ieee154e_vars.dataReceived->l2_nextORpreviousHop)); 1088 1087 // indicate reception to upper layer (no ACK asked) 1089 1088 notif_receive(ieee154e_vars.dataReceived); … … 1250 1249 // clear local variable 1251 1250 ieee154e_vars.ackToSend = NULL; 1251 1252 // synchronize to the received packet 1253 synchronizePacket(ieee154e_vars.syncCapturedTime,&(ieee154e_vars.dataReceived->l2_nextORpreviousHop)); 1252 1254 1253 1255 // inform upper layer of reception (after ACK sent)
Note: See TracChangeset
for help on using the changeset viewer.
