Changes between Version 9 and Version 10 of 802.11/MAC/Upper


Ignore:
Timestamp:
Aug 2, 2013, 10:34:43 AM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Upper

    v9 v10  
    1212
    1313 * {{{Idle}}}: This state is the default state where no actions are performed by the high-level MAC. All other states return to {{{Idle}}} when completed.
     14
    1415 * {{{MPDU Tx}}}: This state handles the transmission of wireless MPDUs from a transmit queue.
    1516  * Detailed description for Access Point: [wiki:./AP/MPDU_Tx MPDU Tx for AP]
     17
    1618 * {{{MPDU Rx}}}: This state handles the reception of wireless MPDUs.
    1719  * Detailed description for Access Point: [wiki:./AP/MPDU_Rx MPDU Rx for AP]
     20
    1821 * {{{Ethernet Tx}}}: This state handles the transmission of wired Ethernet frames.
    1922  * Detailed description for Access Point: [wiki:./AP/Ethernet_Tx Ethernet Tx for AP]
     23
    2024 * {{{Ethernet Rx}}}: This state handles the reception of wired Ethernet frames.
    2125  * Detailed description for Access Point: [wiki:./AP/Ethernet_Rx Ethernet Rx for AP]
     26
    2227 * {{{Scheduled Event}}}: This state handles actions by the high-level MAC that are internally scheduled for times in the future.
    2328  * Detailed description for Access Point: [wiki:./AP/Scheduled_Event Scheduled Event for AP]
    2429
     30
    2531== State Transitions ==