src/devices/wifi/qap-wifi-mac.cc
changeset 5965 4e64e751be07
parent 5964 8a59a619c30e
child 6068 a2127017ecb4
equal deleted inserted replaced
5964:8a59a619c30e 5965:4e64e751be07
   728                       m_low->DestroyBlockAckAgreement (hdr->GetAddr2 (), delBaHdr.GetTid ());
   728                       m_low->DestroyBlockAckAgreement (hdr->GetAddr2 (), delBaHdr.GetTid ());
   729                     }
   729                     }
   730                   else
   730                   else
   731                     {
   731                     {
   732                       /* We must notify correct queue tear down of agreement */
   732                       /* We must notify correct queue tear down of agreement */
       
   733                       AccessClass ac = QosUtilsMapTidToAc (delBaHdr.GetTid ());
       
   734                       m_queues[ac]->GotDelBaFrame (&delBaHdr, hdr->GetAddr2 ());
   733                     }
   735                     }
   734                 }
   736                 }
   735             }
   737             }
   736           else if (hdr->IsAuthentication () ||
   738           else if (hdr->IsAuthentication () ||
   737                    hdr->IsDeauthentication ()) 
   739                    hdr->IsDeauthentication ())