From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from an-out-0708.google.com ([209.85.132.243]:47407 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753646AbYF3I7R (ORCPT ); Mon, 30 Jun 2008 04:59:17 -0400 Received: by an-out-0708.google.com with SMTP id d40so276331and.103 for ; Mon, 30 Jun 2008 01:59:16 -0700 (PDT) Message-ID: <43e72e890806300159j6c98ef9dpeac61d5aeca19f0e@mail.gmail.com> (sfid-20080630_105926_474629_74F7CA9A) Date: Mon, 30 Jun 2008 01:59:16 -0700 From: "Luis R. Rodriguez" To: "Tomas Winkler" Subject: Re: [PATCH 1/1 V2] cfg80211: adding NONE regdomain Cc: linville@tuxdriver.com, johannes@sipsolutions.net, yi.zhu@intel.com, linux-wireless@vger.kernel.org, "Ester Kummer" In-Reply-To: <1ba2fa240806300152o6d5f7deby6d00a4421138177c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 References: <1214732604-4573-1-git-send-email-tomas.winkler@intel.com> <43e72e890806300118me4b20bv2b91f30f91eaa7f3@mail.gmail.com> <1ba2fa240806300152o6d5f7deby6d00a4421138177c@mail.gmail.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, Jun 30, 2008 at 1:52 AM, Tomas Winkler wrote: > On Mon, Jun 30, 2008 at 11:18 AM, Luis R. Rodriguez wrote: >> On Sun, Jun 29, 2008 at 2:43 AM, Tomas Winkler wrote: >>> From: Ester Kummer >>> >>> This patch adds an option to enable all the channels by adding a >>> value of "NONE" to ieee80211_regdom module param. This is useful >>> for NICs that rely on EEPROM regulatory enforcement and for testing >> >> For the EEPROM we should not rely on "none" but on a callback notifier >> chain to let the driver do 'the right thing'. I'll post patches >> hopefully tonight. > > Still can be useful for testing, Testing can be done separately but not merged. The idea is to keep mac80211 and mac80211 drivers as compliant as possible. This steers in the other direction. Luis