revised fix for bug 1069

This commit is contained in:
Nicola Baldo
2011-04-10 19:11:22 +02:00
parent cb9b663219
commit 857436b513

View File

@@ -431,7 +431,6 @@ RegularWifiMac::Receive (Ptr<Packet> packet, const WifiMacHeader *hdr)
// hurt to have it here too as a backstop.
if (to != GetAddress ())
{
NotifyRxDrop (packet);
return;
}