mbox series

[v2,0/2] wifi: cfg80211/ath12k: Add support to rx retry stats

Message ID 20240319134522.4021062-1-quic_haric@quicinc.com (mailing list archive)
Headers show
Series wifi: cfg80211/ath12k: Add support to rx retry stats | expand

Message

Hari Chandrakanthan March 19, 2024, 1:45 p.m. UTC
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(-)

Comments

Jeff Johnson March 21, 2024, 8:24 p.m. UTC | #1
On 3/19/2024 6:45 AM, Hari Chandrakanthan wrote:
> 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(-)
> 

Incorrectly sent to the ath11k list and not the ath12k list.
But please don't repost just due to that

cc'ing the ath12k list as an FYI