Changes between Version 119 and Version 120 of 802.11/Changelog


Ignore:
Timestamp:
Jan 22, 2016, 11:31:18 PM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v119 v120  
    1616
    1717'''MAC Software Changes:'''
    18  * Moved beacon transmissions in the AP over the [wiki:802.11/MAC/Upper/MACHighFramework/Scheduler fine scheduler]. This provides greater flexibility for modifying the beacon interval since the minimum resolution is no longer bound to the coarse scheduler resolution.
     18 * Moved beacon transmissions in the AP to the [wiki:802.11/MAC/Upper/MACHighFramework/Scheduler fine scheduler]. This provides greater flexibility for modifying the beacon interval since the minimum resolution is no longer bound to the coarse scheduler resolution.
    1919 * Reduced coarse scheduler resolution from 102.4ms to 200.0ms.
    20  * Used new wlan_mac_time_hw core to simplify handling of timestamps throughput design
     20 * Used new wlan_mac_time_hw core to simplify handling of timestamps throughout design
    2121  * '''MAC Time''' used for MAC TSF (timestamps in Tx beacons, timestamp updated from Rx beacons) and for all log entry timestamps. Code can change MAC Time with {{{set_mac_time_usec(u64 new_time)}}} or apply a time delta with {{{apply_mac_time_delta_usec(s64 time_delta)}}}. These functions are supported in both CPUs.
    2222  * '''System Time''' is a new 64-bit microsecond counter that cannot be changed from code. The counter starts after the FPGA is configured and runs continuously, even across CPU resets. The System Time is useful where a timer with guaranteed monotonicity is required. The MAC High Framework scheduler and the AP's node activity timeouts now use the System Time. The System Time can be recorded in the node's event log via {{{TIME_INFO}}} entries.