bug 394: AdhocWifiMac claims to support SendFrom
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 27 Oct 2008 16:40:03 +0100
changeset 3817 4ed410f69d36
parent 3816 edd4928b2046
child 3818 080614a8e247
child 3826 40c5841b616d
bug 394: AdhocWifiMac claims to support SendFrom
src/devices/wifi/adhoc-wifi-mac.cc
--- a/src/devices/wifi/adhoc-wifi-mac.cc	Mon Oct 27 12:47:33 2008 +0100
+++ b/src/devices/wifi/adhoc-wifi-mac.cc	Mon Oct 27 16:40:03 2008 +0100
@@ -231,7 +231,7 @@
 bool 
 AdhocWifiMac::SupportsSendFrom (void) const
 {
-  return true;
+  return false;
 }
 
 void