]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/4bitle/LinkEstimator.h
couple bug fixes
[tinyos-2.x.git] / tos / lib / net / 4bitle / LinkEstimator.h
index 5969e662bcd395d6e33fe29636eaf861bc3ba7ac..68657769da86a6e71f4f5373bc05e48bb8afe57c 100644 (file)
@@ -95,9 +95,6 @@ typedef struct neighbor_table_entry {
   uint8_t failcnt;
   // flags to describe the state of this entry
   uint8_t flags;
-  // MAXAGE-inage gives the number of update rounds we haven't been able
-  // update the inbound beacon estimator
-  uint8_t inage;
   // inbound qualities in the range [1..255]
   // 1 bad, 255 good
   uint8_t inquality;