linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Enable TKIP when using encapsulation offloading
@ 2023-06-05 12:17 Aaradhana Sahu
  2023-06-05 12:17 ` [PATCH 1/3] wifi: mac80211: Fix tkip encrypted packet transmission path Aaradhana Sahu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Aaradhana Sahu @ 2023-06-05 12:17 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Aaradhana Sahu

TKIP was disabled on encap offload mode since if TKIP MIC error
reporting is not capable by the driver using encap offload mode,
then TKIP countermeasures would not work.

Enabling back TKIP bring-up in encap offload mode to leave the
control with the driver to disable hw encap when it is not capable
of TKIP MIC error reporting.

Sathishkumar Muruganandam (2):
  wifi: mac80211: Fix tkip encrypted packet transmission path
  wifi: ath11k: add 802.3 undecap support to fix TKIP MIC error
    reporting

Thiraviyam Mariyappan (1):
  wifi: ath11k: Fix tkip encryption traffic failure

 drivers/net/wireless/ath/ath11k/core.h  |  2 +-
 drivers/net/wireless/ath/ath11k/dp_rx.c | 54 ++++++++++++++++++++++---
 net/mac80211/tx.c                       |  3 +-
 3 files changed, 50 insertions(+), 9 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-06-05 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05 12:17 [PATCH 0/3] Enable TKIP when using encapsulation offloading Aaradhana Sahu
2023-06-05 12:17 ` [PATCH 1/3] wifi: mac80211: Fix tkip encrypted packet transmission path Aaradhana Sahu
2023-06-05 12:17 ` [PATCH 2/3] wifi: ath11k: Fix tkip encryption traffic failure Aaradhana Sahu
2023-06-05 12:17 ` [PATCH 3/3] wifi: ath11k: add 802.3 undecap support to fix TKIP MIC error reporting Aaradhana Sahu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).