Changes between Version 2 and Version 3 of performance_tuning


Ignore:
Timestamp:
04/09/2018 09:04:32 PM (6 years ago)
Author:
Tim Harvey
Comment:

added more detail on ath10k fw_stats

Legend:

Unmodified
Added
Removed
Modified
  • performance_tuning

    v2 v3  
    512512}}}
    513513
    514 The {{{rc_stats}}} debugfs file is not present for ath10k where the rate control is being done by the firmware itself. Specifically for ath10k devices, you can view the {{{fw_stats}}} file to find connection information including the current TX and RX rates.
    515 
    516514[http://mcsindex.com/ Modulation Table Online ]
     515
     516Driver specific notes:
     517 * ath10k: The on-board firmware performs the rate control for ath10k devices so they will not have an {{{rc_stats}}} but they do report stats in {{{/sys/kernel/debug/ieee80211/phy0/ath10k/fw_stats}}} including the current TX and RX rates. Note that the kernel needs {{{CONFIG_ATH10K_DEBUGFS=y}}} for this
     518
    517519
    518520== Measuring Performance ==