1. 01 Feb, 2019 38 commits
  2. 31 Jan, 2019 1 commit
    • Luca Coelho's avatar
      iwlwifi: mvm: fix merge damage in iwl_mvm_rx_mpdu_mq() · 3864be55
      Luca Coelho authored
      A call to iwl_mvm_add_rtap_sniffer_config() was missing due to a merge
      damage when I submitted the patch mentioned below.  And this causes
      the following compilation warning:
      
      drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c:195:13: warning: 'iwl_mvm_add_rtap_sniffer_config' defined but not used [-Wunused-function]
       static void iwl_mvm_add_rtap_sniffer_config(struct iwl_mvm *mvm,
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      Fix it by adding the if block that calls this function.
      
      Fixes: 9bf13bee ("iwlwifi: mvm: include configured sniffer AID in radiotap")
      Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      3864be55
  3. 30 Jan, 2019 1 commit
    • Kalle Valo's avatar
      Merge tag 'iwlwifi-next-for-kalle-2019-01-29' of... · d4065e90
      Kalle Valo authored
      Merge tag 'iwlwifi-next-for-kalle-2019-01-29' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
      
      Second batch of iwlwifi patches intended for v5.1
      
      * A bunch of fixes for issues found with static analyzers;
      * Relicense the pcie submodule to dual GPL/BSD;
      * Reworked the TOF/CSI implementation;
      * Work on new debugging infra continues;
      * Some product name updates in the human-readable strings
      * Some more cleanups for the device configuration refactoring;
      * General bugfixes;
      * Other cleanups and small fixes;
      d4065e90