Changes between Version 145 and Version 146 of 802.11/Changelog


Ignore:
Timestamp:
Aug 18, 2016, 1:54:22 PM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v145 v146  
    2828 * Fixed uninitialized pointer bug in creation of association responses - thanks to kirchhof for the [http://warpproject.org/forums/viewtopic.php?pid=15375#p15375 bug report] ([changeset:5566 changeset 5566]).
    2929 * Fixed null pointer bugs in upper MAC framework/apps - thanks to kirchhof for the bug reports [http://warpproject.org/forums/viewtopic.php?id=3206 1], [http://warpproject.org/forums/viewtopic.php?pid=15404#p15404 2] ([changeset:5570 changeset 5570]).
     30 * Updated {{{bss_info}}} code to only parse multicast or unicast-to-me management packets. Previous releases updated local {{{bss_info}}} entries using any FCS-good receptions. This change avoids any bogus {{{bss_info}}} data resulting from AP's transmitting special tagged parameters in unicast packets to other nodes ([changeset:5575 changeset 5575]).
    3031
    3132'''Experiments Framework Changes:'''
     
    3334
    3435'''Misc Hardware Changes:'''
    35  * Reworked the debug header IO using the updated w3_userio core. Now both CPUs can read and write debug pins. Individual pins can be configured as hardware-controlled (for MAC/PHY status signals) or software-contollled (for C code benchmarking). See the updated [wiki:../Usage/UserIO#DebugHeaderuser Debug Header user guide page] for details.
     36 * Reworked the debug header IO using the updated w3_userio core. Now both CPUs can read and write debug pins. Individual pins can be configured as hardware-controlled (for MAC/PHY status signals) or software-contollled (for C code benchmarking). See the updated [wiki:../Usage/UserIO#DebugHeader Debug Header user guide page] for details.
    3637
    3738----