Changes between Version 182 and Version 183 of 802.11/Changelog


Ignore:
Timestamp:
Apr 27, 2018, 2:01:39 PM (6 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v182 v183  
    44
    55== 1.7 Releases ==
    6 '''Download Latest: [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.7.5.zip Mango_802.11_RefDes_v1.7.5.zip]'''
    7 
    8 Release Details:
    9 ||= Hardware =||= Release =||= Date Posted =||= SVN Rev. =||= ISE Ver. =||= Arch =||
     6'''Download Latest: [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.7.6.zip Mango_802.11_RefDes_v1.7.6.zip]'''
     7
     8Release Details:
     9||= Hardware =||= Release =||= Date Posted =||= SVN Rev. =||= ISE Ver. =||= Arch =||
     10||  WARP v3  ||  [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.7.6.zip 1.7.6]  || 27-Apr-2018   ||   [browser:ReferenceDesigns/w3_802.11?rev=6291 6291]   ||  14.4  ||  Dual MB/AXI  ||
    1011||  WARP v3  ||  [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.7.5.zip 1.7.5]  || 18-Jan-2018   ||   [browser:ReferenceDesigns/w3_802.11?rev=6229 6229]   ||  14.4  ||  Dual MB/AXI  ||
    1112||  WARP v3  ||  [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.7.4.zip 1.7.4]  || 6-Dec-2017   ||   [browser:ReferenceDesigns/w3_802.11?rev=6207 6207]   ||  14.4  ||  Dual MB/AXI  ||
     
    2122 * Fixed RSSI/rx_gain capture logic to work on all Rx events, whether triggered by auto-correlation pkt det or not
    2223 * Added AGC_DONE bit to Rx PHY STATUS register to capture whether a given reception used AGC
     24 * Prevented the AGC from running on an LTF-only OFDM detection
    2325 * Connected DSSS_RX_RUNNING to Rx PHY's CCA.BUSY output, so MAC correctly de-asserts IDLE when DSSS receptions (with or without auto-correlation pkt det) start
    2426 * Improved robustness of RX_END and DATA_DONE assertions when Rx PHY is reset mid-reception
     
    2628
    2729'''MAC Software Changes:''' [[BR]]
     30 * Fixed a narrow race condition that can happen at boot in a very active medium
     31 * Added better comments surrounding the LTG framework to allow users to directly work with LTGs without having to use wlan_exp
     32 * Fixed a bug in the DCF where a final retransmission's TX_LOW event was not properly logged
     33 * Renamed wlan_exp_ip_udp.c and fixed a loop iteration error
     34 * Fixed uninitialized variable error in wlan_exp_node.c
     35
     36'''Python changes:''' [[BR]]
     37 * Renamed several files to be more clear
     38 * Removed several a couple of helper methods for adding time values to wlan_exp command arguments
    2839
    2940----