This patch series adds support to count station level rx retries. wifi: cfg80211/mac80211: Add support to rx retry stats wifi: ath12k: Add support to rx retry stats Tested-on: QCN9274 hw1.0 PCI WLAN.WBE.1.2.1-00148-QCAHKSWPL_SILICONZ-1 Hari Chandrakanthan (2): wifi: cfg80211/mac80211: Add support to rx retry stats wifi: ath12k: Add support to rx retry stats drivers/net/wireless/ath/ath12k/core.h | 1 + drivers/net/wireless/ath/ath12k/dp_mon.c | 8 ++++++++ drivers/net/wireless/ath/ath12k/hal_rx.h | 7 ++++++- drivers/net/wireless/ath/ath12k/mac.c | 3 +++ include/net/cfg80211.h | 2 ++ include/uapi/linux/nl80211.h | 3 +++ net/mac80211/rx.c | 6 ++++++ net/mac80211/sta_info.c | 5 +++++ net/mac80211/sta_info.h | 1 + net/wireless/nl80211.c | 1 + 10 files changed, 36 insertions(+), 1 deletion(-) -- 2.34.1