Changes between Version 37 and Version 38 of 802.11/Changelog


Ignore:
Timestamp:
Jan 9, 2014, 5:24:05 PM (10 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v37 v38  
    2020 * Fixed bug in Rx descrambler that caused very rare FCS errors
    2121 * Updated LTS, AGC and pkt detection thresholds for better performance at high and low SNR
     22 * Added periodic active scan to STA implementation
     23 * Redesigned association table in AP implementation to support arbitrary number of stations
     24 * Removed statistics from station_info structure to separate optional statistics from state-critical station information
     25 * Redesigned scheduler around doubly-linked list framework
     26  * Added support for repeated calls to a user-provided callback
     27  * Added ability to cancel previously scheduled event
    2228 * Substantial cleaning of MAC code (ongoing - more cleaning underway for future releases)
    2329  * Abstracted all uses of doubly-linked lists to use common code