wifi: Small change in GetEdcaParameterSet

This commit is contained in:
Sébastien Deronne
2017-01-07 15:51:08 +01:00
parent 9c09190deb
commit fcbcae5258

View File

@@ -458,9 +458,9 @@ ApWifiMac::GetEdcaParameterSet (void) const
{
NS_LOG_FUNCTION (this);
EdcaParameterSet edcaParameters;
edcaParameters.SetQosSupported (1);
if (m_qosSupported)
{
edcaParameters.SetQosSupported (1);
Ptr<EdcaTxopN> edca;
Time txopLimit;