Home
last modified time | relevance | path

Searched refs:step_freq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c8068 u16 step_freq, in ath11k_mac_get_psd_channel() argument
8086 *center_freq = *start_freq + i * step_freq; in ath11k_mac_get_psd_channel()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c11506 u16 step_freq, in ath12k_mac_get_psd_channel()
11520 * the gap is 20 for each channel, parameter step_freq means the gap. in ath12k_mac_get_psd_channel()
11524 *center_freq = *start_freq + i * step_freq;
11502 ath12k_mac_get_psd_channel(struct ath12k * ar,u16 step_freq,u16 * start_freq,u16 * center_freq,u8 i,struct ieee80211_channel ** temp_chan,s8 * tx_power) ath12k_mac_get_psd_channel() argument