wifi: Fix typo in QosTxop attribute name

This commit is contained in:
Tom Henderson
2020-02-10 14:50:32 -08:00
parent 0cf72a15d4
commit 6b04b2ca2b

View File

@@ -57,7 +57,7 @@ QosTxop::GetTypeId (void)
.SetParent<ns3::Txop> ()
.SetGroupName ("Wifi")
.AddConstructor<QosTxop> ()
.AddAttribute ("UseExpliciteBarAfterMissedBlockAck",
.AddAttribute ("UseExplicitBarAfterMissedBlockAck",
"Specify whether explicit Block Ack Request should be sent upon missed Block Ack Response.",
BooleanValue (true),
MakeBooleanAccessor (&QosTxop::m_useExplicitBarAfterMissedBlockAck),