]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
bug fix: proper sending of end-to-end etx to BS
authorkusy <kusy>
Mon, 14 Dec 2009 02:30:23 +0000 (02:30 +0000)
committerkusy <kusy>
Mon, 14 Dec 2009 02:30:23 +0000 (02:30 +0000)
apps/MViz/MVizC.nc

index 30eb44720af2a80ec772fa704cb32e731f549d7a..f62a26cbf66e2aa29ba398294b09fe2f4cd27703 100644 (file)
@@ -218,7 +218,7 @@ implementation {
     }
     local.reading = data;
     call CtpInfo.getEtx(&val);
-    local.link_route_value = val;
+    local.etx = val;
     call CtpInfo.getParent(&val);
     local.link_route_addr = val;
     local.link_route_value = call LinkEstimator.getLinkQuality(local.link_route_addr);