1. 06 9月, 2019 9 次提交
  2. 29 8月, 2019 1 次提交
  3. 20 8月, 2019 1 次提交
  4. 31 7月, 2019 1 次提交
  5. 16 7月, 2019 2 次提交
  6. 24 6月, 2019 3 次提交
  7. 19 4月, 2019 1 次提交
  8. 03 4月, 2019 2 次提交
  9. 22 3月, 2019 2 次提交
  10. 21 2月, 2019 2 次提交
  11. 14 2月, 2019 2 次提交
  12. 29 1月, 2019 1 次提交
  13. 26 1月, 2019 3 次提交
  14. 23 11月, 2018 1 次提交
    • L
      iwlwifi: fix cfg structs for 22000 with different RF modules · b1bbc1a6
      Luca Coelho 提交于
      We have to choose different configuration and different firmwares
      depending on the external RF module that is installed.  Since the
      external module is not represented in the PCI IDs, we need to change
      the configuration at runtime, after checking the RF ID of the module
      installed.  We have a bit of a mess in the code that does this,
      because it applies cfg's according to the RF ID only, ignoring the
      integrated module that is in use.
      
      Fix that for some devices by adding correct configurations for them
      and not ignoring the integrated module's type when making the
      decision.
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      b1bbc1a6
  15. 11 11月, 2018 1 次提交
  16. 31 8月, 2018 2 次提交
  17. 07 8月, 2018 1 次提交
  18. 02 8月, 2018 2 次提交
  19. 26 7月, 2018 1 次提交
  20. 25 7月, 2018 1 次提交
  21. 29 5月, 2018 1 次提交
    • G
      iwlwifi: add csr configuration for 6300 devices · 0513c083
      Golan Ben Ami 提交于
      Recently we have switched the csr addresses and values configuration
      from a single configuration to all devices to a per-device configuration.
      Doing that, the configuration for 6300 devices wasn't set.
      This missing definition introduced a kernel panic once trying to access
      the csr's.
      
      Add the missing 6300 csr configuration.
      
      While at it, add a checker that the csr values were indeed
      configured, and bail out more gracefully if not.
      
      Fixes: a8cbb46f ("iwlwifi: allow different csr flags for different device families")
      Signed-off-by: NGolan Ben Ami <golan.ben.ami@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      0513c083