Re: [PATCH] ath9k: fix DFS detector synchronization

2018-02-12 Thread Felix Fietkau
On 2018-02-08 12:46, Timothy Redaelli wrote: > The code currently syncronize the DFS region only if curchan != 0, but hostapd > launch DFS before the channel is set and so set_dfs_domain is never executed. > > CC: Felix Fietkau > Signed-off-by: Timothy Redaelli

Re: [PATCH] ath9k: fix DFS detector synchronization

2018-02-12 Thread Zefir Kurtisi
On 02/12/2018 01:44 PM, Kalle Valo wrote: > Timothy Redaelli writes: > >> On Fri, 09 Feb 2018 10:01:09 +0200 >> Kalle Valo wrote: >> >>> Timothy Redaelli writes: >>> The code currently syncronize the DFS region only if

Re: [PATCH] ath9k: fix DFS detector synchronization

2018-02-12 Thread Kalle Valo
Timothy Redaelli writes: > On Fri, 09 Feb 2018 10:01:09 +0200 > Kalle Valo wrote: > >> Timothy Redaelli writes: >> >> > The code currently syncronize the DFS region only if curchan != 0, >> > but hostapd launch DFS before the

Re: [PATCH] ath9k: fix DFS detector synchronization

2018-02-09 Thread Timothy Redaelli
On Fri, 09 Feb 2018 10:01:09 +0200 Kalle Valo wrote: > Timothy Redaelli writes: > > > The code currently syncronize the DFS region only if curchan != 0, > > but hostapd launch DFS before the channel is set and so > > set_dfs_domain is never executed.

Re: [PATCH] ath9k: fix DFS detector synchronization

2018-02-09 Thread Kalle Valo
Timothy Redaelli writes: > The code currently syncronize the DFS region only if curchan != 0, but hostapd > launch DFS before the channel is set and so set_dfs_domain is never executed. > > CC: Felix Fietkau > Signed-off-by: Timothy Redaelli