diff --git a/src/wifi/model/txop.cc b/src/wifi/model/txop.cc index f5546c3bd..ac9aaa1c2 100644 --- a/src/wifi/model/txop.cc +++ b/src/wifi/model/txop.cc @@ -68,8 +68,8 @@ Txop::GetTypeId() "The minimum values of the contention window for all the links", TypeId::ATTR_GET | TypeId::ATTR_SET, // do not set at construction time AttributeContainerValue(), - MakeAttributeContainerAccessor(&Txop::SetMinCws, - &Txop::GetMinCws), + MakeAttributeContainerAccessor(&Txop::SetMinCws, + &Txop::GetMinCws), MakeAttributeContainerChecker(MakeUintegerChecker())) .AddAttribute("MaxCw", "The maximum value of the contention window (just for the first link, " @@ -84,8 +84,8 @@ Txop::GetTypeId() "The maximum values of the contention window for all the links", TypeId::ATTR_GET | TypeId::ATTR_SET, // do not set at construction time AttributeContainerValue(), - MakeAttributeContainerAccessor(&Txop::SetMaxCws, - &Txop::GetMaxCws), + MakeAttributeContainerAccessor(&Txop::SetMaxCws, + &Txop::GetMaxCws), MakeAttributeContainerChecker(MakeUintegerChecker())) .AddAttribute( "Aifsn", @@ -101,8 +101,8 @@ Txop::GetTypeId() "The values of AIFSN for all the links", TypeId::ATTR_GET | TypeId::ATTR_SET, // do not set at construction time AttributeContainerValue(), - MakeAttributeContainerAccessor(&Txop::SetAifsns, - &Txop::GetAifsns), + MakeAttributeContainerAccessor(&Txop::SetAifsns, + &Txop::GetAifsns), MakeAttributeContainerChecker(MakeUintegerChecker())) .AddAttribute("TxopLimit", "The TXOP limit: the default value conforms to non-QoS "