]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
removed bug that could stop the MAC from operating. Lesson re-learned:
authorandreaskoepke <andreaskoepke>
Sat, 10 Mar 2007 22:14:21 +0000 (22:14 +0000)
committerandreaskoepke <andreaskoepke>
Sat, 10 Mar 2007 22:14:21 +0000 (22:14 +0000)
commite3962ff3c4a01227865f2c8b5bf5782aa1480844
treed71e41562e523ae0a38170d0487a81017640f239
parent4719c514b9da857c2b7ba81880e01c2aac671eec
removed bug that could stop the MAC from operating. Lesson re-learned:
a splitphase call may trigger the done event before the call returns -- hence:
make sure that all state that the done event uses is initialized befor the call.

instrumented for debug over serial line
tos/chips/tda5250/mac/RedMacC.nc
tos/chips/tda5250/mac/RedMacP.nc