Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ath_hw_radar_conf Struct Reference

#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
 

Detailed Description

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

Definition at line 577 of file hw.h.

Field Documentation

bool ext_channel

Definition at line 588 of file hw.h.

int fir_power

Definition at line 586 of file hw.h.

unsigned int pulse_height

Definition at line 580 of file hw.h.

unsigned int pulse_inband

Definition at line 578 of file hw.h.

unsigned int pulse_inband_step

Definition at line 579 of file hw.h.

unsigned int pulse_maxlen

Definition at line 582 of file hw.h.

unsigned int pulse_rssi

Definition at line 581 of file hw.h.

unsigned int radar_inband

Definition at line 585 of file hw.h.

unsigned int radar_rssi

Definition at line 584 of file hw.h.


The documentation for this struct was generated from the following file: