]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/tkn154/TestAssociate/device/TestDeviceC.nc
- re-designed the radio driver interfaces, restructured/improved the CC2420 radio...
[tinyos-2.x.git] / apps / tests / tkn154 / TestAssociate / device / TestDeviceC.nc
index 1c22739f5e31be3aea3de7216d561d533e4406c3..55a07084ac2e5892746b2096e63f0452e35f609c 100644 (file)
@@ -67,7 +67,7 @@ module TestDeviceC
     m_capabilityInformation.Reserved = 0;
     m_capabilityInformation.SecurityCapability = 0;
     m_capabilityInformation.AllocateAddress = 1;    
-    call MLME_RESET.request(TRUE, BEACON_ENABLED_PAN);
+    call MLME_RESET.request(TRUE);
   }
 
   event void MLME_RESET.confirm(ieee154_status_t status)