Changes between Version 96 and Version 97 of 802.11/Changelog


Ignore:
Timestamp:
Jan 14, 2015, 10:57:57 AM (9 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v96 v97  
    2222  * Fixed an IBSS issue where a node would ignore the capabilities field in received beacons. This led to a problem where an IBSS node would mistake an infrastructure BSS (i.e. an AP) as a BSS it could join.
    2323  * Fixed an issue in the DCF that prevented the MAC from sending ACK frames on the correct RF interface when receiving MPDUs on interfaces other than RFA.
     24  * Parameterized the PHY CCA threshold so it can be specified in terms of dBm. Previously this was a hardcoded "magic number" in terms of 10-bit RSSI.
    2425
    2526
     
    2930  * Fixed an issue with reading promiscuous statistics from a node when providing a specific MAC address. Previously, the board would only look for this MAC address within the list of associated stations instead of all promiscuous statistics.
    3031  * Fixed an issue with the implementation of [https://warpproject.org/docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.set_tx_rate_unicast set_tx_rate_unicast] and [https://warpproject.org/docs/mango-wlan-exp/node.html#wlan_exp.node.WlanExpNode.set_tx_ant_mode_unicast set_tx_ant_mode_unicast] when using the curr_assoc=True argument. The node will now correctly loop through all associated stations and make the necessary adjustment to the transmission parameters.
     32  * Adjusted the definition of "wlan_rx_ant_mode" in Python and C to better align to the active Rx antenna reported in logs. RFA now has an index of 0 instead of 1, and all other interface definitions were adjusted accordingly.
    3133
    3234'''Other Changes:'''