Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi.c1633 arg->noise_floor = ev->noise_floor; in ath10k_wmi_op_pull_ch_info_ev()
1644 u32 err_code, freq, cmd_flags, noise_floor, rx_clear_count, cycle_count; in ath10k_wmi_event_chan_info() local
1656 noise_floor = __le32_to_cpu(arg.noise_floor); in ath10k_wmi_event_chan_info()
1662 err_code, freq, cmd_flags, noise_floor, rx_clear_count, in ath10k_wmi_event_chan_info()
1695 survey->noise = noise_floor; in ath10k_wmi_event_chan_info()
Dwmi.h4637 __le32 noise_floor; member
4806 __le32 noise_floor; member
Dwmi-tlv.c533 arg->noise_floor = ev->noise_floor; in ath10k_wmi_tlv_op_pull_ch_info_ev()
/linux-4.1.27/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()
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c942 __u8 noise_floor; member
994 *noise = -rxd->noise_floor; in mwl8k_rxd_ap_process()