Return-path: Received: from nbd.name ([46.4.11.11]:55170 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753717AbeBLSkh (ORCPT ); Mon, 12 Feb 2018 13:40:37 -0500 Subject: Re: [PATCH] ath9k: fix DFS detector synchronization To: Timothy Redaelli , linux-wireless@vger.kernel.org Cc: QCA ath9k Development References: From: Felix Fietkau Message-ID: (sfid-20180212_194041_118244_4D1B940A) Date: Mon, 12 Feb 2018 19:40:34 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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 Acked-by: Felix Fietkau