|
Linux Kernel
3.7.1
|
Data Fields | |
| struct list_head | head |
| u16 | freq |
| struct pri_detector ** | detectors |
struct channel_detector - detector elements for a DFS channel : list_head : frequency for this channel detector in MHz : array of dynamically created detector elements for this freq
Channel detectors are required to provide multi-channel DFS detection, e.g. to support off-channel scanning. A pattern detector has a list of channels radar pulses have been reported for in the past.
Definition at line 101 of file dfs_pattern_detector.c.
| struct pri_detector** detectors |
Definition at line 104 of file dfs_pattern_detector.c.
| u16 freq |
Definition at line 103 of file dfs_pattern_detector.c.
Definition at line 102 of file dfs_pattern_detector.c.
1.8.2