src/devices/wifi/mac-low.cc
changeset 2172 eb1adef495b6
parent 2163 03fe5e8740dc
child 2176 8a8305b75bed
--- a/src/devices/wifi/mac-low.cc	Thu Nov 29 16:03:01 2007 +0100
+++ b/src/devices/wifi/mac-low.cc	Thu Nov 29 16:28:16 2007 +0100
@@ -948,11 +948,11 @@
 {
   if (m_lastNavStart + m_lastNavDuration > Simulator::Now ()) 
     {
-      return false;
+      return true;
     } 
   else 
     {
-      return true;
+      return false;
     }
 }