Changes between Version 73 and Version 74 of 802.11/Changelog


Ignore:
Timestamp:
Oct 24, 2014, 1:53:24 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v73 v74  
    2727 * Updated contract for {{{queue_checkout_list()}}} to return number of successfully checked-out queue entries ([changeset:3968 rev 3968])
    2828 * Updated definition of "length" across the codebase to ensure any length which includes the MAC header (typically 24 bytes) also includes the FCS (4 bytes), consistent with the standard's definition
     29 * Added new packet type code for marking received packets with protected (encrypted) payloads; these were previously (incorrectly) treated as unencrypted, potentially mis-interpreted packets with valid LLC headers
    2930 * Added utility functions to stop and restore the en/disable state of the interrupt controller and updated application and framework code to use new functions throughout. Application code can pause interrupts as needed, restoring the previous state when finished:
    3031{{{
     
    4142 * Fixed retrieval of Tx/Rx stats from IBSS node for unknown partner node; a valid stats struct is now returned with all zero values
    4243 * Updated example scripts to better handle unexpected log contents
     44 * Updated [wiki:../wlan_exp/log/entry_types log entry types docs] to include convenience fields calculated during numpy array generation
     45
     46'''Other Changes:'''
     47 * Updated the [wiki:../wlan_exp/app_notes/ibss_multiple_flows IBSS] and [wiki:../wlan_exp/app_notes/dcf_with_multiple_flows multi-flow DCF] app notes
     48 * Expanded [wiki:../Usage Using the Reference Design] documentation
     49 * New dedicated page for [//docs/mango-wlan-exp wlan_exp Python package documentation]
     50 *
    4351
    4452}}}