Home
last modified time | relevance | path

Searched refs:noise_floor (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dwmi.c2333 arg->noise_floor = ev->noise_floor; in ath10k_wmi_op_pull_ch_info_ev()
2353 arg->noise_floor = ev->noise_floor; in ath10k_wmi_10_4_op_pull_ch_info_ev()
2367 u32 err_code, freq, cmd_flags, noise_floor, rx_clear_count, cycle_count; in ath10k_wmi_event_chan_info() local
2379 noise_floor = __le32_to_cpu(arg.noise_floor); in ath10k_wmi_event_chan_info()
2385 err_code, freq, cmd_flags, noise_floor, rx_clear_count, in ath10k_wmi_event_chan_info()
2410 survey->noise = noise_floor; in ath10k_wmi_event_chan_info()
Dwmi.h5769 __le32 noise_floor; member
5778 __le32 noise_floor; member
5964 __le32 noise_floor; member
Dwmi-tlv.c669 arg->noise_floor = ev->noise_floor; in ath10k_wmi_tlv_op_pull_ch_info_ev()
/drivers/net/wireless/ath/ath5k/
Dphy.c1554 static void ath5k_hw_update_nfcal_hist(struct ath5k_hw *ah, s16 noise_floor) in ath5k_hw_update_nfcal_hist() argument
1558 hist->nfval[hist->index] = noise_floor; in ath5k_hw_update_nfcal_hist()
/drivers/net/wireless/
Dmwl8k.c942 __u8 noise_floor; member
994 *noise = -rxd->noise_floor; in mwl8k_rxd_ap_process()