From 41e000cdca700e8b6c19a186792fb67d6371e372 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 17 Feb 2021 14:44:37 +0300 Subject: [PATCH] wifi: fixup for 28eb35799227dc94c97a5272141fdda402fcf515 --- src/wifi/model/wifi-remote-station-manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wifi/model/wifi-remote-station-manager.cc b/src/wifi/model/wifi-remote-station-manager.cc index 28c499e00..964e3032b 100644 --- a/src/wifi/model/wifi-remote-station-manager.cc +++ b/src/wifi/model/wifi-remote-station-manager.cc @@ -899,7 +899,7 @@ WifiRemoteStationManager::ReportAmpduTxStatus (Mac48Address address, uint16_t nSuccessfulMpdus, uint16_t nFailedMpdus, double rxSnr, double dataSnr, WifiTxVector dataTxVector) { - NS_LOG_FUNCTION (this << address << SuccessfulMpdus << nFailedMpdus << rxSnr << dataSnr << dataTxVector); + NS_LOG_FUNCTION (this << address << nSuccessfulMpdus << nFailedMpdus << rxSnr << dataSnr << dataTxVector); NS_ASSERT (!address.IsGroup ()); for (uint8_t i = 0; i < nFailedMpdus; i++) {