mbox series

[0/2] mac80211/ath11k: add FEC type in radiotap header

Message ID 1638294648-844-1-git-send-email-quic_ppranees@quicinc.com
Headers show
Series mac80211/ath11k: add FEC type in radiotap header | expand

Message

Praneesh P Nov. 30, 2021, 5:50 p.m. UTC
This patch series adds LDPC FEC type in 802.11 radiotap header
in the captured packets.

P Praneesh (2):
  mac80211: fix FEC flag in radio tap header
  ath11k: add LDPC FEC type in 802.11 radiotap header

 drivers/net/wireless/ath/ath11k/dp_rx.c | 12 +++++++++++-
 drivers/net/wireless/ath/ath11k/hw.c    | 16 ++++++++++++++++
 drivers/net/wireless/ath/ath11k/hw.h    |  1 +
 net/mac80211/rx.c                       |  7 ++++++-
 4 files changed, 34 insertions(+), 2 deletions(-)