Changes between Version 60 and Version 61 of 802.11/Changelog


Ignore:
Timestamp:
Jul 18, 2014, 9:52:12 AM (10 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v60 v61  
    3434 * Fixed bug where mac_payload_log_len value in Tx/Rx log entries was sometimes wrong
    3535 * Elevated sequence number generation to framework; now uses internal u64 value as 'uniq_seq' in log, the 12 LSB of which are used as sequence number in Tx packets. This enables much easier parsing of log files with >4096 Tx packets per node
    36  * ...more to come...
     36 * Formalized BSS descriptions for AP and STA. Framework now maintains information about BSS and association table dl_list is a member of this description.
     37 * Used new BSS description subsystem for brand new scanning and joining state machines at the STA. These implementations are much cleaner and more robust than the previous functionality in the STA code.
     38 * Added 802.11a 5GHz support for a subset of 5GHz channels
     39 * NAV is now cleared on channel change. This is a requirement in the standard.
    3740
    3841'''wlan_exp Framework Changes:'''