1. 22 3月, 2019 2 次提交
  2. 21 2月, 2019 2 次提交
  3. 14 2月, 2019 2 次提交
  4. 29 1月, 2019 1 次提交
  5. 26 1月, 2019 3 次提交
  6. 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
  7. 11 11月, 2018 1 次提交
  8. 31 8月, 2018 2 次提交
  9. 07 8月, 2018 1 次提交
  10. 02 8月, 2018 2 次提交
  11. 26 7月, 2018 1 次提交
  12. 25 7月, 2018 1 次提交
  13. 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
  14. 29 3月, 2018 1 次提交
  15. 16 3月, 2018 1 次提交
    • L
      iwlwifi: add shared clock PHY config flag for some devices · 86a2b204
      Luca Coelho 提交于
      Some devices use a shared clock which is very sensitive to variations
      and cause trouble in some situations.  We need to set a bit in the phy
      configuration to indicate that to the FW.  To make this generic, add a
      extra_phy_config_flags element to the device configuration and OR it
      into the phy_cfg before sending it to the firmware.  And also create a
      set of configurations for devices that use shared clocks and need this
      extra bit to be set.
      
      Fixes: c62446d2 ("iwlwifi: add new 9460 series PCI IDs")
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      86a2b204
  16. 05 12月, 2017 1 次提交
  17. 28 11月, 2017 1 次提交
  18. 16 11月, 2017 1 次提交
    • L
      iwlwifi: fix PCI IDs and configuration mapping for 9000 series · dbc89253
      Luca Coelho 提交于
      A lot of PCI IDs were missing and there were some problems with the
      configuration and firmware selection for devices on the 9000 series.
      Fix the firmware selection by adding files for the B-steps; add
      configuration for some integrated devices; and add a bunch of PCI IDs
      (mostly for integrated devices) that were missing from the driver's
      list.
      
      Without this patch, a lot of devices will not be recognized or will
      try to load the wrong firmware file.
      
      Cc: stable@vger.kernel.org # 4.13
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      dbc89253
  19. 03 11月, 2017 3 次提交
  20. 18 10月, 2017 1 次提交
  21. 06 10月, 2017 8 次提交
  22. 18 8月, 2017 2 次提交
  23. 01 8月, 2017 1 次提交