Searched refs:ath12k_mac_bw_to_mac80211_bw (Results 1 – 3 of 3) sorted by relevance
73 enum rate_info_bw ath12k_mac_bw_to_mac80211_bw(enum ath12k_supported_bw bw);
1461 arsta->txrate.bw = ath12k_mac_bw_to_mac80211_bw(bw); in ath12k_update_per_peer_tx_stats()2318 rx_status->bw = ath12k_mac_bw_to_mac80211_bw(bw); in ath12k_dp_rx_h_rate()2332 rx_status->bw = ath12k_mac_bw_to_mac80211_bw(bw); in ath12k_dp_rx_h_rate()2345 rx_status->bw = ath12k_mac_bw_to_mac80211_bw(bw); in ath12k_dp_rx_h_rate()
329 ath12k_mac_bw_to_mac80211_bw(enum ath12k_supported_bw bw) in ath12k_mac_bw_to_mac80211_bw() function