[PATCH v2] ath9k: fix DFS detector synchronization

2018-02-14 Thread Timothy Redaelli
SET. Acked-by: Felix Fietkau <n...@nbd.name> Signed-off-by: Timothy Redaelli <tredae...@redhat.com> --- drivers/net/wireless/ath/ath9k/init.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath

Re: [PATCH] ath9k: fix DFS detector synchronization

2018-02-09 Thread Timothy Redaelli
On Fri, 09 Feb 2018 10:01:09 +0200 Kalle Valo <kv...@codeaurora.org> wrote: > Timothy Redaelli <tredae...@redhat.com> writes: > > > The code currently syncronize the DFS region only if curchan != 0, > > but hostapd launch DFS before the channel is set and so > &

[PATCH] ath9k: fix DFS detector synchronization

2018-02-08 Thread Timothy Redaelli
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 <n...@nbd.name> Signed-off-by: Timothy Redaelli <tredae...@redhat.com> --- drivers/net/wireless/ath/ath9