]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fixing the wiring for the Rx data interface in nonbeacon-enabled mode.
authorjanhauer <janhauer>
Wed, 1 Apr 2009 08:50:39 +0000 (08:50 +0000)
committerjanhauer <janhauer>
Wed, 1 Apr 2009 08:50:39 +0000 (08:50 +0000)
tos/lib/mac/tkn154/TKN154NonBeaconEnabledP.nc

index c294df78326f43e1daf6caaab3aace8c177d51ed..90c373111393dba1aa184abf842ecda3b5d0a5c4 100644 (file)
@@ -231,6 +231,7 @@ implementation
   DataP.CoordCapTx -> DispatchQueueP.FrameTx[unique(CAP_TX_CLIENT)];
   DataP.DeviceCapRx -> PollP.DataRx;                          
   DataP.DeviceCapRx -> PromiscuousModeP.FrameRx;              
+  DataP.DeviceCapRx -> DispatchP.FrameRx[FC1_FRAMETYPE_DATA]; 
   DataP.TxFramePool -> TxFramePoolP;
   DataP.IndirectTx -> IndirectTxP.FrameTx[unique(INDIRECT_TX_CLIENT)];
   DataP.FrameUtility -> PibP;