1. 03 4月, 2019 1 次提交
  2. 14 2月, 2019 1 次提交
  3. 04 2月, 2019 2 次提交
  4. 29 1月, 2019 2 次提交
  5. 26 1月, 2019 1 次提交
  6. 20 12月, 2018 1 次提交
  7. 14 12月, 2018 1 次提交
    • A
      iwlwifi: mvm: force TCM re-evaluation on TCM resume · 7bc24682
      Avraham Stern 提交于
      When traffic load is not low or low latency is active, TCM schedules
      re-evaluation work so in case traffic stops TCM will detect that
      traffic load has become low or that low latency is no longer active.
      However, if TCM is paused when the re-evaluation work runs, it does
      not re-evaluate and the re-evaluation work is no longer scheduled.
      As a result, TCM will not indicate that low latency is no longer
      active or that traffic load is low when traffic stops.
      
      Fix this by forcing TCM re-evaluation when TCM is resumed in case
      low latency is active or traffic load is not low.
      Signed-off-by: NAvraham Stern <avraham.stern@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      7bc24682
  8. 11 11月, 2018 3 次提交
  9. 08 10月, 2018 2 次提交
  10. 06 10月, 2018 1 次提交
  11. 28 9月, 2018 1 次提交
  12. 31 8月, 2018 3 次提交
  13. 26 4月, 2018 1 次提交
  14. 20 4月, 2018 6 次提交
  15. 29 3月, 2018 2 次提交
  16. 28 3月, 2018 1 次提交
    • L
      iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq · 9a233bb8
      Luca Coelho 提交于
      Sometimes iwl_mvm_disable_txq() may be called with mac80211_queue ==
      IEEE80211_INVAL_HW_QUEUE, and this would cause us to use BIT(0xFF)
      which is way too large for the u16 we used to store it in
      hw_queue_to_mac820211.  If this happens the following UBSAN warning
      will be generated:
      
      [  167.185167] UBSAN: Undefined behaviour in drivers/net/wireless/intel/iwlwifi/mvm/utils.c:838:5
      [  167.185171] shift exponent 255 is too large for 64-bit type 'long unsigned int'
      
      Fix that by checking that it is not IEEE80211_INVAL_HW_QUEUE and,
      while at it, add a warning if the queue number is larger than
      IEEE80211_MAX_QUEUES.
      
      Fixes: 34e10860 ("iwlwifi: mvm: remove references to queue_info in new TX path")
      Reported-by: NPaul Menzel <pmenzel+linux-wireless@molgen.mpg.de>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      9a233bb8
  17. 21 12月, 2017 3 次提交
  18. 06 12月, 2017 3 次提交
  19. 25 11月, 2017 2 次提交
  20. 18 10月, 2017 2 次提交
  21. 06 10月, 2017 1 次提交