mbox series

[0/2] mac80211: enable TKIP when using encapsulation offloading

Message ID 1587720951-9222-1-git-send-email-murugana@codeaurora.org (mailing list archive)
Headers show
Series mac80211: enable TKIP when using encapsulation offloading | expand

Message

Sathishkumar Muruganandam April 24, 2020, 9:35 a.m. UTC
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 wont 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):
  mac80211: enable TKIP when using encapsulation offloading
  ath11k: add 802.3 undecap support to fix TKIP MIC error reporting

 drivers/net/wireless/ath/ath11k/dp_rx.c | 39 ++++++++++++++++++++++++++++++++-
 net/mac80211/iface.c                    |  7 ------
 net/mac80211/key.c                      |  7 ------
 3 files changed, 38 insertions(+), 15 deletions(-)

Comments

Kalle Valo April 24, 2020, 9:47 a.m. UTC | #1
Sathishkumar Muruganandam <murugana@codeaurora.org> writes:

> 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 wont 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):
>   mac80211: enable TKIP when using encapsulation offloading
>   ath11k: add 802.3 undecap support to fix TKIP MIC error reporting

When you resend please increase the version to make it clear what is the
latest version. So this is actually v2, but no need to resend because of
this.