Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.h146 u8 ath11k_mac_bw_to_mac80211_bw(u8 bw);
H A Ddp_rx.c1455 arsta->txrate.bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_update_per_peer_tx_stats()
2256 rx_status->bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_dp_rx_h_rate()
2270 rx_status->bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_dp_rx_h_rate()
2283 rx_status->bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_dp_rx_h_rate()
H A Ddebugfs_sta.c201 arsta->txrate.bw = ath11k_mac_bw_to_mac80211_bw(bw); in ath11k_debugfs_sta_update_txcompl()
H A Dmac.c246 u8 ath11k_mac_bw_to_mac80211_bw(u8 bw) in ath11k_mac_bw_to_mac80211_bw() function