]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/4bitle/LinkEstimator.nc
fix the get link quality interfaces to return 16 bit eetx values
[tinyos-2.x.git] / tos / lib / net / 4bitle / LinkEstimator.nc
index 7dea89e8e916d41327a463165a99beb938d32394..475fd9c6df0174f456bd409e144fc502524571ef 100644 (file)
@@ -35,7 +35,7 @@
 interface LinkEstimator {
   
   /* get link quality for link to the neighbor */
-  command uint8_t getLinkQuality(uint16_t neighbor);
+  command uint16_t getLinkQuality(uint16_t neighbor);
 
   /* insert this neighbor into the neighbor table */
   command error_t insertNeighbor(am_addr_t neighbor);