Searched refs:chirp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.h | 48 * @chirp: chirp detected in pulse 55 bool chirp; member 69 * @chirp: chirp required for the radar pattern 81 bool chirp; member
|
H A D | dfs_pri_detector.c | 397 /* radar detector spec needs chirp, but not detected */ in pri_detector_add_pulse() 398 if (rs->chirp && rs->chirp != event->chirp) in pri_detector_add_pulse()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.h | 48 * @chirp: chirp detected in pulse 55 bool chirp; member 69 * @chirp: chirp required for the radar pattern 81 bool chirp; member
|
H A D | dfs_pri_detector.c | 396 /* radar detector spec needs chirp, but not detected */ in pri_detector_add_pulse() 397 if (rs->chirp && rs->chirp != event->chirp) in pri_detector_add_pulse()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | dfs.c | 36 * - 20MHz chirp width over a pulse width of 50us 37 * - 5MHz chirp width over a pulse width of 100us 42 /* we need at least 3 deltas / 4 samples for a reliable chirp detection */ 118 ath_dbg(common, DFS, "not enough packets for chirp\n"); in ath9k_check_chirping() 140 ath_dbg(common, DFS, "not enough packets for chirp\n"); in ath9k_check_chirping() 150 /* Check for chirp attributes within specs in ath9k_check_chirping() 341 pe.chirp = ath9k_check_chirping(sc, data, clen, is_ctl, is_ext); in ath9k_dfs_process_phyerr() 343 pe.chirp = false; in ath9k_dfs_process_phyerr()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | dfs.c | 36 * - 20MHz chirp width over a pulse width of 50us 37 * - 5MHz chirp width over a pulse width of 100us 42 /* we need at least 3 deltas / 4 samples for a reliable chirp detection */ 118 ath_dbg(common, DFS, "not enough packets for chirp\n"); in ath9k_check_chirping() 140 ath_dbg(common, DFS, "not enough packets for chirp\n"); in ath9k_check_chirping() 150 /* Check for chirp attributes within specs in ath9k_check_chirping() 341 pe.chirp = ath9k_check_chirping(sc, data, clen, is_ctl, is_ext); in ath9k_dfs_process_phyerr() 343 pe.chirp = false; in ath9k_dfs_process_phyerr()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.c | 4040 "wmi phyerr radar report chirp %d max_width %d agc_total_gain %d pulse_delta_diff %d\n", in ath10k_dfs_radar_report() 4092 pe.chirp = (MS(reg0, RADAR_REPORT_REG0_PULSE_IS_CHIRP) != 0); in ath10k_dfs_radar_report()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.c | 4040 "wmi phyerr radar report chirp %d max_width %d agc_total_gain %d pulse_delta_diff %d\n", in ath10k_dfs_radar_report() 4092 pe.chirp = (MS(reg0, RADAR_REPORT_REG0_PULSE_IS_CHIRP) != 0); in ath10k_dfs_radar_report()
|
Completed in 23 milliseconds