From edf0c9395f956c09c64ba4cb14de40cddedf20dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Fri, 30 Mar 2018 10:31:52 +0200 Subject: [PATCH] wifi: Fix small typo in documentation --- src/wifi/doc/source/wifi-design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wifi/doc/source/wifi-design.rst b/src/wifi/doc/source/wifi-design.rst index 75225b026..8e84a13fd 100644 --- a/src/wifi/doc/source/wifi-design.rst +++ b/src/wifi/doc/source/wifi-design.rst @@ -108,7 +108,7 @@ The **MAC low layer** is split into three main components: functions. #. ``ns3::DcaTxop`` and ``ns3::EdcaTxopN`` which handle the packet queue, packet fragmentation, and packet retransmissions if they are needed. - The ``ns3::DcaTxop`` object is used high MACs that are not QoS-enabled, + The ``ns3::DcaTxop`` object is used by high MACs that are not QoS-enabled, and for transmission of frames (e.g., of type Management) that the standard says should access the medium using the DCF. ``ns3::EdcaTxopN`` is is used by QoS-enabled high MACs and also