1. 04 2月, 2019 2 次提交
  2. 31 1月, 2019 1 次提交
    • L
      iwlwifi: mvm: fix merge damage in iwl_mvm_rx_mpdu_mq() · 3864be55
      Luca Coelho 提交于
      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: NLuca Coelho <luciano.coelho@intel.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      3864be55
  3. 29 1月, 2019 7 次提交
  4. 20 12月, 2018 1 次提交
  5. 14 12月, 2018 3 次提交
  6. 11 11月, 2018 1 次提交
  7. 06 10月, 2018 12 次提交
  8. 28 9月, 2018 3 次提交
  9. 31 8月, 2018 10 次提交