1. 27 3月, 2020 1 次提交
  2. 15 11月, 2019 2 次提交
  3. 06 9月, 2019 3 次提交
  4. 31 7月, 2019 5 次提交
  5. 26 7月, 2019 1 次提交
  6. 14 6月, 2019 1 次提交
  7. 05 6月, 2019 1 次提交
  8. 03 4月, 2019 1 次提交
  9. 21 2月, 2019 1 次提交
  10. 04 2月, 2019 1 次提交
  11. 26 1月, 2019 2 次提交
  12. 13 10月, 2018 1 次提交
  13. 28 9月, 2018 1 次提交
  14. 31 8月, 2018 2 次提交
  15. 26 7月, 2018 1 次提交
  16. 30 5月, 2018 1 次提交
  17. 20 4月, 2018 1 次提交
  18. 27 3月, 2018 1 次提交
  19. 16 2月, 2018 1 次提交
  20. 21 12月, 2017 1 次提交
  21. 06 12月, 2017 4 次提交
  22. 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
  23. 03 11月, 2017 1 次提交
  24. 08 9月, 2017 1 次提交
  25. 18 8月, 2017 2 次提交
  26. 01 8月, 2017 1 次提交
  27. 29 6月, 2017 1 次提交