HTT High Latency devices (SDIO and USB) need PN replay protection in host driver, implemented in this patchset. Also support for QCA6174 hw3.2 SDIO devices is enabled as now all the necessary pieces have now been implemented. For replay protection of TKIP, CCMP and GCMP ath10k_htt_rx_pn_check_replay_hl() will check PN to see if the frame is received before. This is implemented in patch "ath10k: add PN replay protection for high latency devices" The replay protection on fragmented MSDU with CCMP and GCMP is done by ath10k_htt_rx_proc_rx_frag_ind_hl(), implemented in patch "ath10k: add fragment packet handler for high latency". The fragments will be reassembled by mac80211 in ieee80211_rx_h_defragment(). Also mac80211 will verify the Michael MIC in ieee80211_rx_h_michael_mic_verify(). Tested with QCA6174 SDIO with firmware WLAN.RMH.4.4.1-00007-QCARMSWP-1. Wen Gong (5): ath10k: add struct for high latency PN replay protection ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND event ath10k: add PN replay protection for high latency devices ath10k: add fragmentation handler for high latency devices ath10k: enable QCA6174 hw3.2 SDIO hardware drivers/net/wireless/ath/ath10k/core.c | 27 +++ drivers/net/wireless/ath/ath10k/core.h | 8 + drivers/net/wireless/ath/ath10k/htt.h | 56 ++++- drivers/net/wireless/ath/ath10k/htt_rx.c | 373 ++++++++++++++++++++++++++++++- drivers/net/wireless/ath/ath10k/hw.h | 1 + drivers/net/wireless/ath/ath10k/sdio.c | 2 +- 6 files changed, 460 insertions(+), 7 deletions(-) -- 2.7.4