Home
last modified time | relevance | path

Searched refs:ath12k_mac_bw_to_mac80211_bw (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dmac.h73 enum rate_info_bw ath12k_mac_bw_to_mac80211_bw(enum ath12k_supported_bw bw);
Ddp_rx.c1449 arsta->txrate.bw = ath12k_mac_bw_to_mac80211_bw(bw); in ath12k_update_per_peer_tx_stats()
2306 rx_status->bw = ath12k_mac_bw_to_mac80211_bw(bw); in ath12k_dp_rx_h_rate()
2320 rx_status->bw = ath12k_mac_bw_to_mac80211_bw(bw); in ath12k_dp_rx_h_rate()
2333 rx_status->bw = ath12k_mac_bw_to_mac80211_bw(bw); in ath12k_dp_rx_h_rate()
Dmac.c329 ath12k_mac_bw_to_mac80211_bw(enum ath12k_supported_bw bw) in ath12k_mac_bw_to_mac80211_bw() function