1. 21 7月, 2017 1 次提交
  2. 30 6月, 2017 2 次提交
  3. 29 6月, 2017 1 次提交
  4. 23 6月, 2017 7 次提交
  5. 06 6月, 2017 3 次提交
  6. 02 6月, 2017 2 次提交
  7. 26 4月, 2017 3 次提交
  8. 20 4月, 2017 8 次提交
  9. 11 4月, 2017 6 次提交
  10. 08 2月, 2017 4 次提交
  11. 07 2月, 2017 1 次提交
  12. 26 1月, 2017 2 次提交
    • S
      iwlwifi: pcie: cleanup rfkill checks · 727c02df
      Sara Sharon 提交于
      Move repeating code to a separate function.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      727c02df
    • K
      iwlwifi: pcie: trans: Remove unused 'shift_param' · 3ce4a038
      Kirtika Ruchandani 提交于
      shift_param is defined and set in iwl_pcie_load_cpu_sections but not
      used. Fix this to avoid -Wunused-but-set-variable warning.
      
      The code using it turned into dead code with commit dcab8ecd
      ("iwlwifi: mvm: support ucode load for family_8000 B0 only") which
      added a separate function iwl_pcie_load_given_ucode_8000 (then 8000b)
      for IWL_DEVICE_FAMILY_8000. Commit 76f8c0e1 ("iwlwifi: pcie:
      remove dead code") removed the dead code but left shift_param as is.
      
      iwlwifi/pcie/trans.c: In function ‘iwl_pcie_load_cpu_sections’:
      iwlwifi/pcie/trans.c:871:6: warning: variable ‘shift_param’ set but not used [-Wunused-but-set-variable]
      
      Fixes: dcab8ecd ("iwlwifi: mvm: support ucode load for family_8000 B0 only")
      Fixes: 76f8c0e1 ("iwlwifi: pcie: remove dead code")
      Signed-off-by: NKirtika Ruchandani <kirtika@google.com>
      Cc: Sara Sharon <sara.sharon@intel.com>
      Cc: Luca Coelho <luciano.coelho@intel.com>
      Cc: Liad Kaufman <liad.kaufman@intel.com>
      Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      [removed some unnecessary braces]
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      3ce4a038