]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/xe1205/phy/XE1205PhyRxTx.nc
added ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING)
[tinyos-2.x.git] / tos / chips / xe1205 / phy / XE1205PhyRxTx.nc
index 19ac314c160d6c40b93ff61e51cabf55a0cda070..c3d464d1c4ada92f95199abad0333cbaa86e1a1e 100644 (file)
@@ -64,7 +64,7 @@ interface XE1205PhyRxTx {
    * the client module returned NULL to continueSendBuf().
    *
    */
-  async event void sendFrameDone();
+  async event void sendFrameDone(error_t err);
 
 
   /**
@@ -129,4 +129,5 @@ interface XE1205PhyRxTx {
 
 
 
+  async command void enableAck(bool onOff);
 }