1. 21 11月, 2019 1 次提交
  2. 26 7月, 2018 1 次提交
  3. 30 5月, 2018 1 次提交
  4. 20 4月, 2018 2 次提交
  5. 19 3月, 2018 3 次提交
  6. 16 3月, 2018 1 次提交
  7. 02 3月, 2018 2 次提交
    • I
      iwlwifi: mvm: Correctly set the tid for mcast queue · 6508de03
      Ilan Peer 提交于
      In the scheduler config command, the meaning of tid == 0xf was intended
      to indicate the configuration is for management frames. However,
      tid == 0xf was also used for the multicast queue that was meant only
      for multicast data frames, which resulted with the FW not encrypting
      multicast data frames.
      
      As multicast frames do not have a QoS header, fix this by setting
      tid == 0, to indicate that this is a data queue and not management
      one.
      Signed-off-by: NIlan Peer <ilan.peer@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      6508de03
    • S
      iwlwifi: mvm: fix "failed to remove key" message · e4f13ad0
      Sara Sharon 提交于
      When the GTK is installed, we install it to HW with the
      station ID of the AP.
      
      Mac80211 will try to remove it only after the AP sta is
      removed, which will result in a failure to remove key
      since we do not have any station for it.
      
      This is a valid situation, but a previous commit removed
      the early return and added a return with error value, which
      resulted in an error message that is confusing to users.
      
      Remove the error return value.
      
      Fixes: 85aeb58c ("iwlwifi: mvm: Enable security on new TX API")
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      e4f13ad0
  8. 16 2月, 2018 1 次提交
  9. 21 12月, 2017 1 次提交
  10. 06 12月, 2017 2 次提交
  11. 28 11月, 2017 1 次提交
  12. 25 11月, 2017 1 次提交
  13. 03 11月, 2017 3 次提交
    • K
      iwlwifi: mvm: Convert timers to use timer_setup() · 8cef5344
      Kees Cook 提交于
      In preparation for unconditionally passing the struct timer_list pointer to
      all timer callbacks, switch to using the new timer_setup() and from_timer()
      to pass the timer pointer explicitly.
      
      The RCU lifetime on baid_data is unclear, so this adds a direct copy of the
      rcu_ptr passed to the original callback. It may be possible to improve this
      to just use baid_data->mvm->baid_map[baid_data->baid] instead.
      
      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: Sara Sharon <sara.sharon@intel.com>
      Cc: linux-wireless@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      8cef5344
    • L
      iwlwifi: mvm: reset seq num after restart · 5d39051a
      Liad Kaufman 提交于
      After a FW reset on A000 NICs, the driver doesn't
      set the seq number when re-allocating the queues.
      This in turn leads to a mismatch between the seq
      number the driver thinks each frame has, and the
      actual seq num given by the HW.
      
      This especially causes issues with aggregations,
      since the driver could be waiting to start an
      aggregation and queue traffic from the mac80211
      until then, when actually it shouldn't be waiting.
      
      Fixes: 310181ec ("iwlwifi: move to TVQM mode")
      Signed-off-by: NLiad Kaufman <liad.kaufman@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      5d39051a
    • S
      iwlwifi: mvm: cleanup references to aggregation count limit · 0ec9257b
      Sara Sharon 提交于
      Currently the code is mixing defines and is inconsistent.
      When enabling a queue, we usually configure the scheduler
      with IWL_FRAME_LIMIT - 64.
      When sending to firmware the rate scaling, we limit aggregation
      to LINK_QUAL_AGG_FRAME_LIMIT_DEF - 63, due to a scheduler bug.
      Given that, clean up the following:
      - Fix a stray queue enablement with LINK_QUAL_AGG_FRAME_LIMIT_DEF.
      - Change the comparison that tests if queue needs to be reconfigured
        to be compared directly to how it was configured.
        This also saves the redundant round down of the buffer size just
        for the sake of comparing it, making the code more readable.
      - Better document gen2 logic
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      0ec9257b
  14. 18 10月, 2017 2 次提交
  15. 06 10月, 2017 1 次提交
  16. 08 9月, 2017 2 次提交
  17. 10 8月, 2017 1 次提交
  18. 09 8月, 2017 1 次提交
    • N
      iwlwifi: mvm: send delba upon rx ba session timeout · 20fc690f
      Naftali Goldstein 提交于
      When an RX block-ack session times out, the firmware, which offloads
      RX reordering but not the BA session negotiation, stops the session
      but doesn't send a DELBA.  This causes the the session to remain
      active in the remote device, so no more BA sessions will be
      established, causing a severe throughput degradation due to the lack
      of aggregation.
      
      Use the new ieee80211_rx_ba_timer_expired API when the ba session timer
      expires, since this will tear down the ba session and also send a delba.
      
      The previous API used is intended for drivers that offload the
      addba/delba negotiation, but not the rx reordering, while our driver
      does the opposite.
      
      This patch depends on "mac80211: add api to start ba session timer
      expired flow".
      Signed-off-by: NNaftali Goldstein <naftali.goldstein@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      20fc690f
  19. 01 8月, 2017 5 次提交
  20. 21 7月, 2017 2 次提交
  21. 29 6月, 2017 3 次提交
  22. 23 6月, 2017 3 次提交