remove buggy asserts
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 18 Oct 2007 11:25:33 +0200
changeset 1997 9eb577e60987
parent 1996 454a63cf6549
child 1998 41cd4e5694c2
remove buggy asserts
src/devices/wifi/arf-mac-stations.cc
--- 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;