Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:41205 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751018AbaEUQER (ORCPT ); Wed, 21 May 2014 12:04:17 -0400 Message-ID: <1400688233.4136.8.camel@jlt4.sipsolutions.net> (sfid-20140521_180421_260091_F7282561) Subject: Re: [PATCH] wireless-regdb: add DFS CAC time parameter From: Johannes Berg To: "Luis R. Rodriguez" Cc: "John W. Linville" , Janusz Dziedzic , "wireless-regdb@lists.infradead.org" , linux-wireless Date: Wed, 21 May 2014 18:03:53 +0200 In-Reply-To: (sfid-20140520_204832_656990_FF6AC676) References: <1399624824-9204-1-git-send-email-janusz.dziedzic@tieto.com> <20140520142453.GB13981@tuxdriver.com> <20140520180832.GD13981@tuxdriver.com> <1400610273.4474.6.camel@jlt4.sipsolutions.net> (sfid-20140520_204832_656990_FF6AC676) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2014-05-20 at 11:48 -0700, Luis R. Rodriguez wrote: > > I think we should, but if we can't then at least can we cut to an > > extensible format? I don't see any way to extend the format right now. There's a wrinkle with making it more extensible too though - if we do that then we must be extremely careful that future older crda versions (i.e. the next version that we're about to write) will not parse a newer extended file more permissively, so our extensions are limited anyway. Looks like the format update really is needed, which probably means we should change the scripts to generate two databases and change the filename, or so? johannes