]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/CtpRoutingEngineP.nc
fix to bug reported by Mehmet Akif Antepli - bogus link thresholding
[tinyos-2.x.git] / 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);
     }