Changes between Version 190 and Version 191 of 802.11/Changelog


Ignore:
Timestamp:
Nov 30, 2018, 9:51:07 AM (5 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v190 v191  
    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.7.8.zip 1.7.8]  || 30-Nov-2018   ||   [browser:ReferenceDesigns/w3_802.11?rev=6308 6308]   ||  14.4  ||  Dual MB/AXI  ||
    1011||  WARP v3  ||  [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.7.7.zip 1.7.7]  || 15-May-2018   ||   [browser:ReferenceDesigns/w3_802.11?rev=6293 6293]   ||  14.4  ||  Dual MB/AXI  ||
    1112||  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  ||
     
    1516||  WARP v3  ||  [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.7.1.zip 1.7.1]  || 18-Jul-2017  ||   [browser:ReferenceDesigns/w3_802.11?rev=6141 6141]   ||  14.4  ||  Dual MB/AXI  ||
    1617||  WARP v3  ||  [https://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.7.0.zip 1.7.0]  || 16-Jun-2017  ||   [browser:ReferenceDesigns/w3_802.11?rev=6110 6110]   ||  14.4  ||  Dual MB/AXI  ||
     18
     19----
     20'''Changes in v1.7.8:'''
     21
     22 * Redesigned Ethernet reception / encapsulation / enqueue to preserve original Ethernet frame until actual wireless transmission
     23 * Added per-boot seed of software PRNG, derived from node serial number and LSBs of FPGA die temperature
     24 * Updated STA Ethernet encapsulation for DHCP packets to replace wired address with wireless address
     25 * Added support for sending CTS and ACK packets via the LTG framework
     26 * Re-enabled default RXHP mode (RXHP now asserts at AGC reset, de-asserts at AGC start, same as <=v1.7.2 behavior)
     27 * Added new `sw_intr_util` core to support software-generated interrupts (currently unused; will be used by MAC software in future version)
     28 * Updated `entry_types.py` to not use `np.fromiter()`, working around change (bug?) in new numpy releases that broke parsing of raw log data
     29 * Fixed bug which duplicated log entries for RTS transmissions (thanks to [https://warpproject.org/forums/viewtopic.php?pid=17022 forum poster] for the bug report)
     30 * Fixed bug in AP's Rx-to-Tx handling for `QOSDATA` packets (thanks to [https://warpproject.org/forums/viewtopic.php?pid=17441 forum poster] for the bug report)
     31
    1732
    1833----