Home
last modified time | relevance | path

Searched refs:ath11k_mac_bw_to_mac80211_bw (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.h165 u8 ath11k_mac_bw_to_mac80211_bw(u8 bw);
Ddp_tx.c501 arsta->txrate.bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_dp_tx_update_txcompl()
Ddp_rx.c1498 arsta->txrate.bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_update_per_peer_tx_stats()
2351 rx_status->bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_dp_rx_h_rate()
2365 rx_status->bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_dp_rx_h_rate()
2381 rx_status->bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_dp_rx_h_rate()
Dmac.c343 u8 ath11k_mac_bw_to_mac80211_bw(u8 bw) in ath11k_mac_bw_to_mac80211_bw() function