Skip to content

Commit

Permalink
wifi: Fix log for HtFrameExchangeManager::DequeuePsdu
Browse files Browse the repository at this point in the history
  • Loading branch information
sderonne committed Nov 23, 2024
1 parent 1c29328 commit 272fd11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/wifi/model/ht/ht-frame-exchange-manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1133,8 +1133,7 @@ HtFrameExchangeManager::FinalizeMacHeader(Ptr<const WifiPsdu> psdu)
void
HtFrameExchangeManager::DequeuePsdu(Ptr<const WifiPsdu> psdu)
{
NS_LOG_DEBUG(this << psdu);

NS_LOG_FUNCTION(this << *psdu);
for (const auto& mpdu : *PeekPointer(psdu))
{
DequeueMpdu(mpdu);
Expand Down

0 comments on commit 272fd11

Please sign in to comment.