Changes between Version 161 and Version 162 of 802.11/Changelog


Ignore:
Timestamp:
Feb 14, 2017, 9:57:32 AM (7 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v161 v162  
    88Release Details:
    99||= Hardware =||= Release =||= Date Posted =||= SVN Rev. =||= ISE Ver. =||= Arch =||
     10||  WARP v3  ||  [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.6.1.zip 1.6.1]  || 14-Feb-2017  ||   [browser:ReferenceDesigns/w3_802.11?rev=XXX XXX]   ||  14.4  ||  Dual MB/AXI  ||
    1011||  WARP v3  ||  [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.6.0.zip 1.6.0]  || 13-Jan-2017  ||   [browser:ReferenceDesigns/w3_802.11?rev=5743 5743]   ||  14.4  ||  Dual MB/AXI  ||
     12
     13----
     14
     15'''Changes in v1.6.1:'''
     16'''Hardware Changes:'''
     17 * Updated to latest {{{w3_ad_bridge}}}, resolves occasional per-boot issue using RF B
     18 * Doubled size of CPU Low instruction/data memory (ILMB/DLMB) to 128 kB
     19
     20'''MAC Software Changes:'''
     21 * Fixed bug that broke multicast Tx when DTIM multicast buffering was disabled
     22 * Added {{{WLAN_SW_CONFIG_ENABLE_ETH_BRIDGE}}} option to disable all code for Ethernet bridging at compile time
     23 * Fixed bug in NoMAC that left the {{{low_tx_details.tx_details_type}}} field uninitialized when reporting Tx events to CPU High, leading to occasional bogus RTS log entries
     24 * Updated lower MAC framework to allow leaving the RX_STARTED latch asserted after the {{{frame_receive()}}} returns, permitting MAC application's to implement Rx processing across multiple functions
     25 * Updated Rx log entry creation logic in high framework to ignore packet type filter for bad FCS receptions
     26 *
     27
     28'''App Note:'''
     29 * Added new FDD-NoMAC app note demonstrating how to build a simple FDD link with the 802.11 Ref Design
     30
    1131
    1232----