[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 TKN154NonBeaconEnabledP.nc, 1.3, 1.4
Jan-Hinrich Hauer
janhauer at users.sourceforge.net
Wed Apr 1 01:50:41 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9460/tos/lib/mac/tkn154
Modified Files:
TKN154NonBeaconEnabledP.nc
Log Message:
Fixing the wiring for the Rx data interface in nonbeacon-enabled mode.
Index: TKN154NonBeaconEnabledP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154/TKN154NonBeaconEnabledP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TKN154NonBeaconEnabledP.nc 24 Mar 2009 12:56:47 -0000 1.3
--- TKN154NonBeaconEnabledP.nc 1 Apr 2009 08:50:39 -0000 1.4
***************
*** 232,235 ****
--- 232,236 ----
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)];
More information about the Tinyos-2-commits
mailing list