src/devices/wifi/arf-mac-stations.cc
changeset 1997 9eb577e60987
parent 1930 ec22299cf6bb
child 2004 59eb6fb7b722
--- a/src/devices/wifi/arf-mac-stations.cc	Thu Oct 18 11:22:19 2007 +0200
+++ b/src/devices/wifi/arf-mac-stations.cc	Thu Oct 18 11:25:33 2007 +0200
@@ -138,12 +138,9 @@
 ArfMacStation::ReportRxOk (double rxSnr, WifiMode txMode)
 {}
 void ArfMacStation::ReportRtsOk (double ctsSnr, WifiMode ctsMode, double rtsSnr)
-{
-  NS_ASSERT (rtsSnr == 0);
-}
+{}
 void ArfMacStation::ReportDataOk (double ackSnr, WifiMode ackMode, double dataSnr)
 {
-  NS_ASSERT (dataSnr == 0);
   m_timer++;
   m_success++;
   m_failed = 0;