Changes between Version 114 and Version 115 of 802.11/Changelog


Ignore:
Timestamp:
Dec 17, 2015, 10:09:34 AM (8 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v114 v115  
    3131 * Updated definitions of BSS Info, Station Info and Tx/Rx Counts structures to not rely on numpy when used outside the context of log entries
    3232 * Added support for jumbo Ethernet frames in the C and Python; larger frames are especially beneficial when retrieving large logs
     33 * Updates to log entry types:
     34   * {{{NODE_INFO}}}
     35     * Field {{{wn_ver}}} was removed
     36     * Field {{{wlan_exp_ver}}} was renamed to {{{version}}}
     37   * {{{WN_CMD_INFO}}} type was renamed to {{{CMD_INFO}}}
     38   * {{{TIME_INFO}}}
     39     * Field {{{new_time}}} was changed to {{{mac_timestamp}}}
     40     * Field {{{abs_time}}} was changed to {{{host_timestamp}}}
     41     * Field {{{system_timestamp}}} was added
     42   * {{{TX}}} and {{{TX_LTG}}}
     43     * Field {{{queue_id}}} was changed from a uint8 to a uint16
     44     * Field {{{queue_occupancy}}} was added
     45   * {{{TXRX_STATS}}} type was renamed to {{{TXRX_COUNTS}}}
     46
    3347
    3448'''Other Changes:'''