Home
last modified time | relevance | path

Searched refs:last_txrate (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c490 if (arsta->last_txrate.nss) in ath11k_dp_tx_update_txcompl()
491 arsta->txrate.nss = arsta->last_txrate.nss; in ath11k_dp_tx_update_txcompl()
642 rate = arsta->last_txrate; in ath11k_dp_tx_complete_msdu()
H A Dcore.h544 struct rate_info last_txrate; member
H A Ddp_rx.c1489 memcpy(&arsta->last_txrate, &arsta->txrate, sizeof(struct rate_info)); in ath11k_update_per_peer_tx_stats()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c628 if (arsta->last_txrate.nss) in ath12k_dp_tx_update_txcompl()
629 txrate.nss = arsta->last_txrate.nss; in ath12k_dp_tx_update_txcompl()
H A Dcore.h503 struct rate_info last_txrate; member
H A Ddp_rx.c1486 memcpy(&arsta->last_txrate, &arsta->txrate, sizeof(struct rate_info)); in ath12k_update_per_peer_tx_stats()