mbox series

[0/4] ath11k: enable 11s secured mesh support

Message ID 1559080376-26817-1-git-send-email-pradeepc@codeaurora.org (mailing list archive)
Headers show
Series ath11k: enable 11s secured mesh support | expand

Message

Pradeep Kumar Chitrapu May 28, 2019, 9:52 p.m. UTC
In case of PMF, multicast/broadcast action frames and unicast action
frames differ in processing. This patch series fixes the same in tx and
rx path which is required for 11s secured mesh path establishment and
data traffic on ath11k.

Pradeep Kumar Chitrapu (4):
  ath11k: reset qos control bit after stripping qos field in
    iee80211_hdr
  ath11k: pad mic len for protected action frames
  ath11k: fix multicast txrx for secure 11s mesh support
  ath11k: fix action frame rx processing

 drivers/net/wireless/ath/ath11k/dp_tx.c |  1 +
 drivers/net/wireless/ath/ath11k/mac.c   | 16 ++++++++++++++++
 drivers/net/wireless/ath/ath11k/wmi.c   | 15 +++++++++------
 3 files changed, 26 insertions(+), 6 deletions(-)