Return-path: Received: from mail-iw0-f174.google.com ([209.85.214.174]:50765 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753473Ab0KLC1l convert rfc822-to-8bit (ORCPT ); Thu, 11 Nov 2010 21:27:41 -0500 Received: by iwn10 with SMTP id 10so2900107iwn.19 for ; Thu, 11 Nov 2010 18:27:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <185731CC-606D-407D-80F4-33FEF08ED35D@moxienet.com> From: "Luis R. Rodriguez" Date: Thu, 11 Nov 2010 18:27:20 -0800 Message-ID: Subject: Re: Regulatory/CRDA Race To: Mark Mentovai Cc: linux-wireless@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Nov 11, 2010 at 4:04 PM, Luis R. Rodriguez wrote: >>>>> On Mon, Nov 8, 2010 at 11:40 AM, Mark Mentovai wrote: >>>>>> 3. The second card’s driver (also ath9k) calls regulatory_hint to provide US as a driver hint. ignore_request sees that the last request came from a driver (instead of the core) and since the regulatory domain is changing from 00 to US, decides that intersection must be performed. > > This interpretation however is incorrect, as a driver hint shall > always be respected if the current regulatory domain is 00. We do end > up with an intersection but there is another reason and that is the > bug. I will try to track it down. OK fixed, please try the posted patch. Luis