Changes between Version 7 and Version 8 of 802.11/Changelog


Ignore:
Timestamp:
Jul 30, 2013, 2:17:26 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v7 v8  
    1212||  WARP v3  ||  0.2 Beta  ||  30-July-2013  ||  [browser:ReferenceDesigns/w3_802.11?rev=3000 3000]  ||  14.4  ||  Dual MB/AXI  ||
    1313
     14Changes from 0.1 Beta:
    1415 * Many MAC/PHY bug fixes
    1516 * Better default thresholds for packet detection and Rx correlations
     
    1718 * Added support for disassociation and re-association handshakes in wlan_mac_ap.c
    1819 * Stubbed out code for setting per-station, per-packet rates in wlan_mac_ap.c (ready for custom rate adaptation schemes)
     20
     21Known issues:
     22 * Under very rare circumstances a deadlock can occur when RSSI-based packet detection is enabled. RSSI-based packet detection is disabled by default (in our tests the alternative auto-correlation packet detection is sufficient by itself).
     23 * Bursts of Ethernet receptions can cause dropped packets at the Ethernet MAC, due to the Rx buffer filling faster than the wireless Tx can process new packets. This manifests as a slight asymmetry between downlink and uplink throughput when using TCP. A faster Ethernet Rx -> wireless Tx queueing scheme is in the works which should address this.
    1924
    2025== 0.1 Beta Release: ==