Currently, station statistics are filled at deflink for both non-ML and multi-link(ML) station. Hence, add support to fill station statistics for the corresponding link of station. V6: - Remove dependent cfg80211 patch- as merged. - Change the code according to design change of cfg80211 patch series. V5: - Removed mac80211 patch from this series and included in dependent series. V4: - Removed driver patches. - Added branch tree tag. V3: - Fix kernel test robot build error v2: - Convert RFC patch to actual PATCH with each patch bisectable. - Add new patch to update bw for ofdma packets. - Add new patch to fetch tx_retry and tx_failed packets. Sarika Sharma (5): wifi: ath12k: fill link station statistics for MLO wifi: ath12k: add link support for multi-link in arsta wifi: ath12k: add EHT support for TX rate wifi: ath12k: correctly update bw for ofdma packets wifi: ath12k: fetch tx_retry and tx_failed from htt_ppdu_stats_user_cmpltn_common_tlv drivers/net/wireless/ath/ath12k/core.h | 2 + drivers/net/wireless/ath/ath12k/dp.h | 2 + drivers/net/wireless/ath/ath12k/dp_mon.c | 22 ++++-- drivers/net/wireless/ath/ath12k/dp_rx.c | 48 ++++++++++--- drivers/net/wireless/ath/ath12k/mac.c | 88 ++++++++++++++++++++++++ drivers/net/wireless/ath/ath12k/peer.h | 26 +++++++ 6 files changed, 173 insertions(+), 15 deletions(-) base-commit: 4fb98d37afdac11db1f82c1d662e0fd3d209afaa -- 2.34.1