]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix to bug reported by Mehmet Akif Antepli - bogus link thresholding
authorgnawali <gnawali>
Sat, 19 Sep 2009 13:26:59 +0000 (13:26 +0000)
committergnawali <gnawali>
Sat, 19 Sep 2009 13:26:59 +0000 (13:26 +0000)
tos/lib/net/ctp/CtpRoutingEngineP.nc

index ec0d0acdf707cc9fe134f6919dc0c7664dc1317b..1f8a484c2e186b658e3655a82e22aa0cf6616984 100644 (file)
@@ -242,7 +242,6 @@ implementation {
     /* Is this quality measure better than the minimum threshold? */
     // Implemented assuming quality is EETX
     bool passLinkEtxThreshold(uint16_t etx) {
-       return TRUE;
         return (etx < ETX_THRESHOLD);
     }