Home
last modified time | relevance | path

Searched refs:pulse_bw_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Ddfs.c26 u8 pulse_bw_info; member
213 ard->pulse_bw_info &= 0x03; in ath9k_postprocess_radar_event()
215 switch (ard->pulse_bw_info) { in ath9k_postprocess_radar_event()
330 ard.pulse_bw_info = vdata_end[-1]; in ath9k_dfs_process_phyerr()
340 bool is_ctl = !!(ard.pulse_bw_info & PRI_CH_RADAR_FOUND); in ath9k_dfs_process_phyerr()
341 bool is_ext = !!(ard.pulse_bw_info & EXT_CH_RADAR_FOUND); in ath9k_dfs_process_phyerr()
351 ard.pulse_bw_info, pe.freq, pe.ts, pe.width, pe.rssi, in ath9k_dfs_process_phyerr()
354 if (ard.pulse_bw_info & PRI_CH_RADAR_FOUND) in ath9k_dfs_process_phyerr()
357 ard.pulse_bw_info & EXT_CH_RADAR_FOUND) { in ath9k_dfs_process_phyerr()
Dcommon-spectral.h44 u8 pulse_bw_info; member
Dcommon-spectral.c528 if (!(radar_info->pulse_bw_info & SPECTRAL_SCAN_BITMASK)) in ath_cmn_process_fft()
559 radar_info->pulse_bw_info, in ath_cmn_process_fft()