X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2F4bitle%2FLinkEstimator.h;h=e1da6a25af43e536dd4f561f67ab420f9d8d4720;hb=d4537ed55f2a5d54a9206f15c69b1ec63a490d2c;hp=68657769da86a6e71f4f5373bc05e48bb8afe57c;hpb=dc4b87309a061e2a97f0a859ad5442f07930a1fd;p=tinyos-2.x.git diff --git a/tos/lib/net/4bitle/LinkEstimator.h b/tos/lib/net/4bitle/LinkEstimator.h index 68657769..e1da6a25 100644 --- a/tos/lib/net/4bitle/LinkEstimator.h +++ b/tos/lib/net/4bitle/LinkEstimator.h @@ -98,9 +98,9 @@ typedef struct neighbor_table_entry { // inbound qualities in the range [1..255] // 1 bad, 255 good uint8_t inquality; - // EETX for the link to this neighbor. This is the quality returned to + // ETX for the link to this neighbor. This is the quality returned to // the users of the link estimator - uint16_t eetx; + uint16_t etx; // Number of data packets successfully sent (ack'd) to this neighbor // since the last data estimator update round. This update happens // every DLQ_PKT_WINDOW data packets