]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/Tda5250ActiveMessageP.nc
remove group field, breaks MAC timings.
[tinyos-2.x.git] / tos / chips / tda5250 / Tda5250ActiveMessageP.nc
index 05c8943fd3fe954d64fb91c30c8cb1ec66fd4006..f46eb5887264dbb292a1b2d146e01f2151ebaf21 100644 (file)
@@ -154,13 +154,11 @@ implementation {
   }
 
   command void AMPacket.setGroup(message_t* msg, am_group_t group) {
-    tda5250_header_t* header = getHeader(msg);
-    header->group = group;
+     return;
   }
 
   command am_group_t AMPacket.group(message_t* msg) {
-    tda5250_header_t* header = getHeader(msg);
-    return header->group;
+    return TOS_AM_GROUP;
   }
 
   command am_group_t AMPacket.localGroup() {