From c4bc60fec625455726b47dfd0f922673a36450c8 Mon Sep 17 00:00:00 2001 From: kusy Date: Mon, 14 Dec 2009 02:30:23 +0000 Subject: [PATCH] bug fix: proper sending of end-to-end etx to BS --- apps/MViz/MVizC.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/MViz/MVizC.nc b/apps/MViz/MVizC.nc index 30eb4472..f62a26cb 100644 --- a/apps/MViz/MVizC.nc +++ b/apps/MViz/MVizC.nc @@ -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); -- 2.39.2