changeset 10580 | 2a29a9bd6fd6 |
parent 10410 | 4d4eb8097fa3 |
child 10652 | dc18deba4502 |
--- a/src/wifi/model/regular-wifi-mac.cc Sun Jan 19 05:58:53 2014 -0800 +++ b/src/wifi/model/regular-wifi-mac.cc Sun Jan 19 12:08:50 2014 -0500 @@ -62,7 +62,7 @@ m_dca->SetTxFailedCallback (MakeCallback (&RegularWifiMac::TxFailed, this)); // Construct the EDCAFs. The ordering is important - highest - // priority (see Table 9-1 in IEEE 802.11-2007) must be created + // priority (Table 9-1 UP-to-AC mapping; IEEE 802.11-2012) must be created // first. SetupEdcaQueue (AC_VO); SetupEdcaQueue (AC_VI);