Changes between Version 83 and Version 84 of 802.11/Changelog


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

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v83 v84  
    2525 * Updated contract for {{{queue_checkout_list()}}} to return number of successfully checked-out queue entries ([changeset:3968 rev 3968])
    2626 * 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
    27  * 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
     27 * Added new packet type code {{{PKT_TYPE_DATA_PROTECTED}}} for distinguishing received packets with protected (encrypted) payloads; these were previously incorrectly treated as unencrypted, potentially leading to mis-interpreting payloads as valid LLC headers
    2828 * Moved all {{{#define}}} for assigning space in DRAM and AUX BRAM to [browser:/ReferenceDesigns/w3_802.11/c/wlan_mac_high_framework/include/wlan_mac_high.h#L48 wlan_mac_high.h] (svn rev [changeset:4035])
    2929 * Fixed rare (but not impossible) race condition in LTG creation (svn rev [changeset:3980])