changeset 3603 | da21b3e410b6 |
parent 3602 | e8e41feee205 |
child 3604 | a84d99890289 |
--- a/src/devices/wifi/adhoc-wifi-mac.cc Tue Sep 02 13:16:34 2008 -0700 +++ b/src/devices/wifi/adhoc-wifi-mac.cc Tue Sep 02 13:19:21 2008 -0700 @@ -227,6 +227,11 @@ m_dca->Queue (packet, hdr); } +bool +AdhocWifiMac::SupportsSendFrom (void) const +{ + return true; +} void AdhocWifiMac::ForwardUp (Ptr<Packet> packet, WifiMacHeader const *hdr)