src/wifi/model/regular-wifi-mac.cc
changeset 7015 d70f5487cde0
parent 7014 937151f978b3
child 7141 072fb225b714
equal deleted inserted replaced
7014:937151f978b3 7015:d70f5487cde0
   429   //
   429   //
   430   // The derived class may also do some such filtering, but it doesn't
   430   // The derived class may also do some such filtering, but it doesn't
   431   // hurt to have it here too as a backstop.
   431   // hurt to have it here too as a backstop.
   432   if (to != GetAddress ())
   432   if (to != GetAddress ())
   433     {
   433     {
   434       NotifyRxDrop (packet);
       
   435       return;
   434       return;
   436     }
   435     }
   437 
   436 
   438   if (hdr->IsMgt () && hdr->IsAction ())
   437   if (hdr->IsMgt () && hdr->IsAction ())
   439     {
   438     {