X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2FTKN154NonBeaconEnabledP.nc;h=70f527bcc174b097f5efe6ba2c49338988bb25a6;hb=9b7c447b3ec7173f2b22fce7452151bf209379f5;hp=fa2d24d2e6ef90455b6e4a63c122b602b2d3f837;hpb=def99df655317b53b7063f9a8fed333fe873b3fe;p=tinyos-2.x.git diff --git a/tos/lib/mac/tkn154/TKN154NonBeaconEnabledP.nc b/tos/lib/mac/tkn154/TKN154NonBeaconEnabledP.nc index fa2d24d2..70f527bc 100644 --- a/tos/lib/mac/tkn154/TKN154NonBeaconEnabledP.nc +++ b/tos/lib/mac/tkn154/TKN154NonBeaconEnabledP.nc @@ -288,6 +288,7 @@ implementation DispatchP.SetMacSuperframeOrder -> PibP.SetMacSuperframeOrder; DispatchP.SetMacPanCoordinator -> PibP.SetMacPanCoordinator; DispatchP.IsRxEnableActive -> RxEnableP.IsRxEnableActive; + DispatchP.RadioTokenRequested -> DispatchRadioClient; DispatchP.IsRadioTokenRequested -> PibP.IsRadioTokenRequested; // fan out... DispatchP.IsRadioTokenRequested -> PromiscuousModeP.IsRadioTokenRequested; DispatchP.IsRadioTokenRequested -> ScanP.IsRadioTokenRequested;