Changes between Version 110 and Version 111 of 802.11/Changelog


Ignore:
Timestamp:
Dec 16, 2015, 2:31:10 PM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v110 v111  
    1111
    1212'''PHY/MAC Hardware Changes:'''
    13  * Added software-control of resets for MAC core Tx state machines; now possible to terminate pending Tx without clearing all MAC state
    14  * Moved microsecond timer to dedicated wlan_mac_time core. New core has two microsecond counters, MAC Time and System Time
     13 * Added software-control of resets for MAC core Tx state machines; now possible to terminate a pending Tx without clearing all MAC state
     14 * Moved microsecond timer to dedicated wlan_mac_time core. New core has two microsecond counters, MAC Time and System Time (see below for details)
    1515 * Added pipeline registers in multiple PHY/AGC nets that are commonly critical timing paths
    1616
     
    2323 * Renamed "Tx/Rx stats" to "Tx/Rx counts" throughout the code
    2424 * Used new per-FSM resets in wlan_mac_hw to better handle cancellation of pending Tx events. Previous version cleared all MAC state to cancel a pending Tx.
     25 * Improved safety when iterating over doubly-linked lists ({{{dl_list}}} instances) when handling wlan_exp commands; traversing {{{dl_list}}} instances now limits the number of iterations to the length of the list, avoiding potential infinite loops when list contents change in mid-traversal ISRs
     26
    2527
    2628'''wlan_exp Framework Changes:'''
    2729 * Simplified process for extending wlan_exp C and Python with custom commands. More details in the [wiki:../wlan_exp/HowToAddCommand user guide].
    28  * Updated wlan_exp to use new [browser:edk_user_repository/WARP/sw_services/WARP_ip_udp_v1_00_a WARP_ip_udp] stack], replacing WARPxilnet
     30 * Updated wlan_exp to use new [browser:edk_user_repository/WARP/sw_services/WARP_ip_udp_v1_00_a WARP_ip_udp stack], replacing WARPxilnet
    2931 * Updated definitions of BSS Info, Station Info and Tx/Rx Counts structures to not rely on numpy when used outside the context of log entries
     32 * Added support for jumbo frames, especially beneficial when retrieving large logs
    3033
    3134'''Other Changes:'''