]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/le/LinkEstimatorP.nc
Remove LinkSrcPacket.nc
[tinyos-2.x.git] / tos / lib / net / le / LinkEstimatorP.nc
index 2fee9a1d898063ce8b27103ec357999d1bc53df6..58ab66c64321993afcc308dfb7ce9388be77fb97 100644 (file)
@@ -39,7 +39,6 @@ module LinkEstimatorP {
     interface LinkEstimator;
     interface Init;
     interface Packet;
-    interface LinkSrcPacket;
   }
 
   uses {
@@ -559,11 +558,6 @@ implementation {
   }
 
 
-  // get the link layer source address for the incoming packet
-  command am_addr_t LinkSrcPacket.getSrc(message_t* msg) {
-    return call SubAMPacket.source(msg);
-  }
-
   // user of link estimator calls send here
   // slap the header and footer before sending the message
   command error_t Send.send(am_addr_t addr, message_t* msg, uint8_t len) {