diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/conf.h')
| -rw-r--r-- | drivers/net/wireless/wl12xx/conf.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/conf.h b/drivers/net/wireless/wl12xx/conf.h index 1ab6c86aac4..c83fefb6662 100644 --- a/drivers/net/wireless/wl12xx/conf.h +++ b/drivers/net/wireless/wl12xx/conf.h @@ -1157,6 +1157,9 @@ struct conf_sched_scan_settings {  	/* time to wait on the channel for passive scans (in TUs) */  	u32 dwell_time_passive; +	/* time to wait on the channel for DFS scans (in TUs) */ +	u32 dwell_time_dfs; +  	/* number of probe requests to send on each channel in active scans */  	u8 num_probe_reqs;  |