Return-path: Received: from s3.sipsolutions.net ([144.76.43.152]:45401 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756664Ab3KMTNu (ORCPT ); Wed, 13 Nov 2013 14:13:50 -0500 Message-ID: <1384370024.28250.1.camel@jlt4.sipsolutions.net> (sfid-20131113_201353_294408_5B2A3DA1) Subject: Re: [RFC 0/5] cfg80211: regulatory quiescing and exporting DFS regions From: Johannes Berg To: "Luis R. Rodriguez" Cc: Janusz Dziedzic , Jouni Malinen , sunitb , rsunki , linux-wireless Date: Wed, 13 Nov 2013 20:13:44 +0100 In-Reply-To: (sfid-20131113_195723_598333_78AE4C15) References: <1384366379-25301-1-git-send-email-mcgrof@do-not-panic.com> <1384368487.14578.25.camel@jlt4.sipsolutions.net> (sfid-20131113_195723_598333_78AE4C15) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2013-11-13 at 19:57 +0100, Luis R. Rodriguez wrote: > On Wed, Nov 13, 2013 at 7:48 PM, Johannes Berg > wrote: > > On Wed, 2013-11-13 at 19:12 +0100, Luis R. Rodriguez wrote: > > > >> Janusz, please test, and likely feel free to take on the last patch. > >> We may need help from Johannes on the rtnl lock question now required > >> for checks on enabling beacon operation. > > > > What's that rtnl thing about? > > Whether or not callers of cfg80211_reg_can_beacon() have it properly > held already and if not best strategy to make this simple and concise. > The rtnl is required as we need to now query the cfg80211 regdom dfs > region for the case where a channel requires DFS. Can't you just use RCU for that part? johannes