1. 06 9月, 2019 2 次提交
  2. 31 7月, 2019 5 次提交
  3. 26 7月, 2019 1 次提交
  4. 14 6月, 2019 1 次提交
  5. 05 6月, 2019 1 次提交
  6. 03 4月, 2019 1 次提交
  7. 21 2月, 2019 1 次提交
  8. 04 2月, 2019 1 次提交
  9. 26 1月, 2019 2 次提交
  10. 13 10月, 2018 1 次提交
  11. 28 9月, 2018 1 次提交
  12. 31 8月, 2018 2 次提交
  13. 26 7月, 2018 1 次提交
  14. 30 5月, 2018 1 次提交
  15. 20 4月, 2018 1 次提交
  16. 27 3月, 2018 1 次提交
  17. 16 2月, 2018 1 次提交
  18. 21 12月, 2017 1 次提交
  19. 06 12月, 2017 4 次提交
  20. 25 11月, 2017 1 次提交
    • E
      iwlwifi: mvm: rs: don't override the rate history in the search cycle · 992172e3
      Emmanuel Grumbach 提交于
      When we are in a search cycle, we try different combinations
      of parameters. Those combinations are called 'columns'.
      When we switch to a new column, we first need to check if
      this column has a suitable rate, if not, we can't try it.
      This means we must not erase the statistics we gathered
      for the previous column until we are sure that we are
      indeed switching column.
      
      The code that tries to switch to a new column first sets
      a whole bunch of things for the new column, and only then
      checks that we can find suitable rates in that column.
      While doing that, the code mistakenly erased the rate
      statistics. This code was right until
      struct iwl_scale_tbl_info grew up for TPC.
      
      Fix this to make sure we don't erase the rate statistics
      until we are sure that we can indeed switch to the new
      column.
      
      Note that this bug is really harmless since it causes a
      change in the behavior only when we can't find any rate
      in the new column which should really not happen. In the
      case we do find a suitable we reset the rate statistics
      a few lines later anyway.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      992172e3
  21. 03 11月, 2017 1 次提交
  22. 08 9月, 2017 1 次提交
  23. 18 8月, 2017 2 次提交
  24. 01 8月, 2017 1 次提交
  25. 29 6月, 2017 1 次提交
  26. 23 6月, 2017 1 次提交
  27. 06 6月, 2017 1 次提交
    • G
      iwlwifi: mvm: rs: start using LQ command color · ea42d1cb
      Gregory Greenman 提交于
      Up until now, the driver was comparing the rate reported by the FW and
      the rate of the latest LQ command to avoid processing data belonging
      to the old LQ command. Recently, FW changed the meaning of the initial
      rate field in tx response and it holds the actual rate (which is not
      necessarily the initial rate of LQ's rate table). Use instead LQ cmd
      color to be able to filter out tx responses/BA notifications which
      where sent during earlier LQ commands' time frame.
      
      This fixes some throughput degradation in noisy environments.
      Signed-off-by: NGregory Greenman <gregory.greenman@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      ea42d1cb
  28. 25 4月, 2017 1 次提交
  29. 08 2月, 2017 1 次提交