Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:59747 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753929AbbAFN7I (ORCPT ); Tue, 6 Jan 2015 08:59:08 -0500 Message-ID: <1420552744.1966.31.camel@sipsolutions.net> (sfid-20150106_145912_427896_C2846FB3) Subject: Re: [PATCH 2/2] cfg80211: avoid reg-hints in self-managed only systems From: Johannes Berg To: Arik Nemtsov Cc: linux-wireless@vger.kernel.org, "Luis R. Rodriguez" Date: Tue, 06 Jan 2015 14:59:04 +0100 In-Reply-To: <1420541766.1966.18.camel@sipsolutions.net> (sfid-20150106_115615_591316_7E790C4F) References: <1420112563-3981-1-git-send-email-arik@wizery.com> <1420112563-3981-2-git-send-email-arik@wizery.com> (sfid-20150101_124249_204906_78CCC525) <1420541766.1966.18.camel@sipsolutions.net> (sfid-20150106_115615_591316_7E790C4F) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2015-01-06 at 11:56 +0100, Johannes Berg wrote: > On Thu, 2015-01-01 at 13:42 +0200, Arik Nemtsov wrote: > > When a system contains only self-managed regulatory devices all hints > > from the regulatory core are ignored. Stop hint processing early in this > > case. These systems usually don't have CRDA deployed, which results in > > endless (irrelevent) logs of the form: > > cfg80211: Calling CRDA to update world regulatory domain > > Applied. I take that back - dropped again. This was causing spurious messages in the hwsim test run VM, saying something like "couldn't set reg domain: -7". Maybe at that point not a single wiphy existed? johannes