diff --git a/src/wifi/model/wifi-psdu.cc b/src/wifi/model/wifi-psdu.cc index 9f2bd20f6..5a7fe7942 100644 --- a/src/wifi/model/wifi-psdu.cc +++ b/src/wifi/model/wifi-psdu.cc @@ -107,7 +107,7 @@ WifiPsdu::GetAddr1() const { if (m_mpduList.at(i)->GetHeader().GetAddr1() != ra) { - NS_ABORT_MSG("MPDUs in an A-AMPDU must have the same receiver address"); + NS_ABORT_MSG("MPDUs in an A-MPDU must have the same receiver address"); } } return ra; @@ -122,7 +122,7 @@ WifiPsdu::GetAddr2() const { if (m_mpduList.at(i)->GetHeader().GetAddr2() != ta) { - NS_ABORT_MSG("MPDUs in an A-AMPDU must have the same transmitter address"); + NS_ABORT_MSG("MPDUs in an A-MPDU must have the same transmitter address"); } } return ta;