Linux Kernel
3.7.1
|
#include <hw.h>
Data Fields | |
unsigned int | pulse_inband |
unsigned int | pulse_inband_step |
unsigned int | pulse_height |
unsigned int | pulse_rssi |
unsigned int | pulse_maxlen |
unsigned int | radar_rssi |
unsigned int | radar_inband |
int | fir_power |
bool | ext_channel |
struct ath_hw_radar_conf - radar detection initialization parameters
: threshold for checking the ratio of in-band power to total power for short radar pulses (half dB steps) : threshold for checking an in-band power to total power ratio increase for short radar pulses (half dB steps) : threshold for detecting the beginning of a short radar pulse (dB step) : threshold for detecting if a short radar pulse is gone (dB step) : maximum pulse length (0.8 us steps)
: RSSI threshold for starting long radar detection (dB steps) : threshold for checking the ratio of in-band power to total power for long radar pulses (half dB steps) : threshold for detecting the end of a long radar pulse (dB)
: enable extension channel radar detection