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