1. 15 7月, 2022 5 次提交
  2. 11 7月, 2022 1 次提交
  3. 29 6月, 2022 1 次提交
  4. 20 6月, 2022 7 次提交
  5. 10 6月, 2022 1 次提交
  6. 16 5月, 2022 1 次提交
  7. 11 3月, 2022 1 次提交
    • Y
      mac80211: Add support to trigger sta disconnect on hardware restart · 7d352ccf
      Youghandhar Chintala 提交于
      Currently in case of target hardware restart, we just reconfig and
      re-enable the security keys and enable the network queues to start
      data traffic back from where it was interrupted.
      
      Many ath10k wifi chipsets have sequence numbers for the data
      packets assigned by firmware and the mac sequence number will
      restart from zero after target hardware restart leading to mismatch
      in the sequence number expected by the remote peer vs the sequence
      number of the frame sent by the target firmware.
      
      This mismatch in sequence number will cause out-of-order packets
      on the remote peer and all the frames sent by the device are dropped
      until we reach the sequence number which was sent before we restarted
      the target hardware
      
      In order to fix this, we trigger a sta disconnect, in case of target
      hw restart. After this there will be a fresh connection and thereby
      avoiding the dropping of frames by remote peer.
      
      The right fix would be to pull the entire data path into the host
      which is not feasible or would need lots of complex changes and
      will still be inefficient.
      
      Tested on ath10k using WCN3990, QCA6174
      Signed-off-by: NYoughandhar Chintala <youghand@codeaurora.org>
      Link: https://lore.kernel.org/r/20220308115325.5246-2-youghand@codeaurora.orgSigned-off-by: NJohannes Berg <johannes.berg@intel.com>
      7d352ccf
  8. 16 2月, 2022 4 次提交
  9. 04 2月, 2022 2 次提交
  10. 04 1月, 2022 1 次提交
  11. 14 12月, 2021 3 次提交
  12. 15 11月, 2021 1 次提交
  13. 27 9月, 2021 1 次提交
  14. 23 9月, 2021 3 次提交
  15. 26 8月, 2021 1 次提交
  16. 23 6月, 2021 5 次提交
  17. 18 6月, 2021 1 次提交
  18. 09 6月, 2021 1 次提交