Changes between Version 133 and Version 134 of 802.11/Changelog


Ignore:
Timestamp:
Jun 24, 2016, 11:46:43 AM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v133 v134  
    2121
    2222'''Known Issues in v1.5.1:'''
     23 * The {{{flags}}} field in {{{TX_LOW}}} log entries for Beacon transmissions is incorrect. The CPU Low code should set {{{flags = 0}}}. However in v1.5.1 the code does not set {{{flags}}}, resulting in bogus values in the {{{TX_LOW['flags']}}} field in the log. The {{{flags}}} field for Beacon {{{TX_LOW}}} entries should be ignored in v1.5.0 and v1.5.1. This will be fixed in v1.5.2.
    2324 * {{{uniq_seq}}} (unique sequence number) values are not being properly recorded in {{{TX_LOW}}} and {{{TX_LOW_LTG}}} log entries. This will be fixed in v1.5.2. To apply the fix to v1.5.1, add the following line to [browser:/ReferenceDesigns/w3_802.11/c/wlan_mac_low_framework/wlan_mac_low.c?rev=5490&marks=1095#L1093 wlan_mac_low.c : wlan_mac_low_proc_pkt_buf()]:
    2425{{{#!c