[PATCH v2] wifi: ath12k: report tx bitrate for iw dev xxx station dump
Jeff Johnson
quic_jjohnson at quicinc.com
Thu Dec 7 16:40:41 PST 2023
On 12/6/2023 6:11 PM, Lingbo Kong wrote:
> The tx bitrate of "iw dev xxx station dump" always show an invalid value
> "tx bitrate: 6.0MBit/s".
>
> To address this issue, parse the tx complete report from firmware and
> indicate the tx rate to mac80211.
>
> After that, "iw dev xxx station dump" show the correct tx bitrate such as:
> tx bitrate: 104.0 MBit/s MCS 13
> tx bitrate: 144.4 MBit/s MCS 15 short GI
> tx bitrate: 626.9 MBit/s 80MHz HE-MCS 6 HE-NSS 2 HE-GI 0 HE-DCM 0
> tx bitrate: 1921.5 MBit/s 160MHz HE-MCS 9 HE-NSS 2 HE-GI 0 HE-DCM 0
>
> Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0-03427-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.15378.4
>
> Signed-off-by: Lingbo Kong <quic_lingbok at quicinc.com>
> ---
> v2:
> 1.modify types
>
> drivers/net/wireless/ath/ath12k/core.h | 1 +
> drivers/net/wireless/ath/ath12k/dp_mon.c | 2 +-
> drivers/net/wireless/ath/ath12k/dp_rx.c | 6 +-
> drivers/net/wireless/ath/ath12k/dp_tx.c | 128 ++++++++++++++++++++++-
> drivers/net/wireless/ath/ath12k/hal_tx.h | 7 +-
Please update hal_tx.h copyright to include 2023
> drivers/net/wireless/ath/ath12k/mac.c | 92 ++++++++++++++++
> drivers/net/wireless/ath/ath12k/mac.h | 3 +
> 7 files changed, 230 insertions(+), 9 deletions(-)
More information about the ath12k
mailing list