1. 16 7月, 2019 1 次提交
  2. 24 6月, 2019 3 次提交
  3. 05 6月, 2019 1 次提交
  4. 29 4月, 2019 1 次提交
  5. 28 4月, 2019 1 次提交
  6. 19 4月, 2019 2 次提交
  7. 18 4月, 2019 1 次提交
  8. 03 4月, 2019 4 次提交
  9. 22 3月, 2019 3 次提交
  10. 21 2月, 2019 1 次提交
  11. 14 2月, 2019 5 次提交
  12. 04 2月, 2019 2 次提交
  13. 29 1月, 2019 1 次提交
  14. 26 1月, 2019 4 次提交
  15. 20 12月, 2018 1 次提交
  16. 14 12月, 2018 4 次提交
  17. 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
  18. 06 10月, 2018 1 次提交
  19. 28 9月, 2018 2 次提交
  20. 31 8月, 2018 1 次提交
    • L
      iwlwifi: fix devices with PCI Device ID 0x34F0 and 11ac RF modules · ab27926d
      Luca Coelho 提交于
      The devices with PCI device ID 0x34F0 are part of the SoC and can be
      combined with some different external RF modules.  The configuration
      for these devices should reflect that, but are currently mixed up.  To
      avoid confusion with discrete devices, add part of the firmware to be
      used and the official name of the device to the cfg structs.
      
      This is least reorganization possible (without messing things even
      more) that could be done as a bugfix for this SoC.  Further
      reorganization of this code will be done separately.
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      ab27926d