Wen Gong <[email protected]> wrote: > ath10k_sta_statistics is used to report info for iw wlan0 link, > it check ath10k_peer_stats_enabled, and ath10k_peer_stats_enabled > check WMI_SERVICE_PEER_STATS bit of ar->wmi.svc_map. SVCMAP() for > WMI_SERVICE_PEER_STATS was defined only for wmi_10x_svc_map and > wmi_10_4_svc_map interfaces, it missed in wmi_tlv_svc_map, so it is > not usable for iw wlan0 link for wmi tlv interface. > > If firmware report WMI_TLV_SERVICE_PEER_STATS_INFO for wmi tlv, then > enable the WMI_SERVICE_PEER_STATS bit in ath10k, and then it pass check > in ath10k_peer_stats_enabled and ath10k_sta_statistics pass check. > > Tested-on: QCA6174 hw3.2 SDIO WLAN.RMH.4.4.1-00048 > Tested-on: QCA6174 hw3.2 PCI WLAN.RM.4.4.1-00110-QCARMSWP-1 > > Signed-off-by: Wen Gong <[email protected]> > Signed-off-by: Kalle Valo <[email protected]>
3 patches applied to ath-next branch of ath.git, thanks. e39f32afc6d2 ath10k: add wmi service peer stat info for wmi tlv 1cd6ba8ae33e ath10k: remove return for NL80211_STA_INFO_TX_BITRATE cbcbabb9c395 ath10k: enable supports_peer_stats_info for QCA6174 PCI devices -- https://patchwork.kernel.org/patch/11712349/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches _______________________________________________ ath10k mailing list [email protected] http://lists.infradead.org/mailman/listinfo/ath10k
