1. 10 2月, 2022 1 次提交
  2. 21 12月, 2021 5 次提交
  3. 08 12月, 2021 1 次提交
  4. 23 11月, 2021 1 次提交
  5. 22 10月, 2021 3 次提交
  6. 27 8月, 2021 1 次提交
  7. 22 6月, 2021 1 次提交
  8. 14 4月, 2021 1 次提交
  9. 10 2月, 2021 1 次提交
  10. 05 2月, 2021 1 次提交
  11. 12 12月, 2020 1 次提交
  12. 10 12月, 2020 2 次提交
  13. 09 10月, 2020 1 次提交
  14. 08 10月, 2020 1 次提交
    • L
      iwlwifi: iwl-drv: Provide descriptions debugfs dentries · 7d4ced86
      Lee Jones 提交于
      Also demote a non-conforming kernel-doc function header.
      
      Fixes the following W=1 kernel build warning(s):
      
       drivers/net/wireless/intel/iwlwifi/iwl-drv.c:124: warning: Function parameter or member 'dbgfs_drv' not described in 'iwl_drv'
       drivers/net/wireless/intel/iwlwifi/iwl-drv.c:124: warning: Function parameter or member 'dbgfs_trans' not described in 'iwl_drv'
       drivers/net/wireless/intel/iwlwifi/iwl-drv.c:124: warning: Function parameter or member 'dbgfs_op_mode' not described in 'iwl_drv'
       drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1329: warning: Function parameter or member 'ucode_raw' not described in 'iwl_req_fw_callback'
       drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1329: warning: Function parameter or member 'context' not described in 'iwl_req_fw_callback'
      
      Cc: Johannes Berg <johannes.berg@intel.com>
      Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      Cc: Luca Coelho <luciano.coelho@intel.com>
      Cc: Intel Linux Wireless <linuxwifi@intel.com>
      Cc: Kalle Valo <kvalo@codeaurora.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jakub Kicinski <kuba@kernel.org>
      Cc: linux-wireless@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      Link: https://lore.kernel.org/r/20200910065431.657636-16-lee.jones@linaro.org
      7d4ced86
  15. 08 5月, 2020 2 次提交
  16. 24 4月, 2020 1 次提交
  17. 21 4月, 2020 1 次提交
  18. 27 3月, 2020 1 次提交
  19. 06 3月, 2020 1 次提交
  20. 04 1月, 2020 2 次提交
    • J
      iwlwifi: incorporate firmware filename into version · 55b514b4
      Johannes Berg 提交于
      We have many different firmware images with the same version,
      and it's sometimes cumbersome to figure out which image was
      really used, especially as the marketing strings that we do
      print out can be the same for (slightly) different hardware
      using different firmware images.
      
      Incorporate the firmware filename into the fw_version so it's
      printed out all the time. Unfortunately, this will make the
      string be longer than the 32 characters for ethtool, but we
      almost never really use ethtool, so strip the "iwlwifi-"
      prefix (if not overridden), and the remaining data that may
      then be stripped at the end is not usually useful anyway.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      55b514b4
    • L
      iwlwifi: yoyo: check for the domain on all TLV types during init · e701da0c
      Luca Coelho 提交于
      Now that we don't have dynamically changing domains anymore, we can
      simply skip all the TLVs with domains that are not enabled.  To do so,
      remove the checks from the functions that handle the TLVs when a
      timepoint is reached to the top allocation function.
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      e701da0c
  21. 24 12月, 2019 1 次提交
    • L
      iwlwifi: remove lar_disable module parameter · f06021a1
      Luca Coelho 提交于
      This is an old parameter that was used supposed to be used only when
      LAR was still under development.  It should not be used anymore, but,
      since it's available, end-users have been mangling with it
      unnecessarily.  In some cases it can cause problems because when LAR
      is supported the driver and the firmware do not expect it to be
      disabled.
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      f06021a1
  22. 15 11月, 2019 1 次提交
  23. 25 10月, 2019 1 次提交
  24. 06 9月, 2019 7 次提交
  25. 31 7月, 2019 1 次提交