public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] mac80211: Trigger disconnect for STA during target hardware restart
@ 2022-03-08 11:53 Youghandhar Chintala
  2022-03-08 11:53 ` [PATCH v5 1/2] mac80211: Add support to trigger sta disconnect on " Youghandhar Chintala
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Youghandhar Chintala @ 2022-03-08 11:53 UTC (permalink / raw)
  To: ath10k
  Cc: linux-wireless, linux-kernel, pillair, dianders, kuabhs,
	briannorris, mpubbise, 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 disconnect in case of hardware
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/inefficient
datapath changes.

---
Changes from v3:
- Fixed commit text errors
- Remove excess space in "hardware  restart"
- Removed blank line between the function description and the arguments

Youghandhar Chintala (2):
  mac80211: Add support to trigger sta disconnect on  hardware restart
  ath10k: Trigger sta disconnect on hardware restart

 drivers/net/wireless/ath/ath10k/core.c | 25 +++++++++++++++++++
 drivers/net/wireless/ath/ath10k/hw.h   |  2 ++
 include/net/mac80211.h                 | 10 ++++++++
 net/mac80211/ieee80211_i.h             |  3 +++
 net/mac80211/mlme.c                    | 12 ++++++++++
 net/mac80211/util.c                    | 33 +++++++++++++++++++++++---
 6 files changed, 82 insertions(+), 3 deletions(-)

-- 
2.29.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-08 18:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 11:53 [PATCH v5 0/2] mac80211: Trigger disconnect for STA during target hardware restart Youghandhar Chintala
2022-03-08 11:53 ` [PATCH v5 1/2] mac80211: Add support to trigger sta disconnect on " Youghandhar Chintala
2022-03-08 11:53 ` [PATCH v5 2/2] ath10k: Trigger " Youghandhar Chintala
2022-03-08 18:13 ` [PATCH v5 0/2] mac80211: Trigger disconnect for STA during target " Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox