Return-path: Received: from mail-lb0-f176.google.com ([209.85.217.176]:38332 "EHLO mail-lb0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932737AbaDVREl (ORCPT ); Tue, 22 Apr 2014 13:04:41 -0400 Received: by mail-lb0-f176.google.com with SMTP id 10so4524725lbg.21 for ; Tue, 22 Apr 2014 10:04:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20140422184824.74973bb3@xenia.leun.net> References: <1398137975-14275-1-git-send-email-mcgrof@do-not-panic.com> <20140422180003.6438dbb7@xenia.leun.net> <20140422184824.74973bb3@xenia.leun.net> From: "Luis R. Rodriguez" Date: Tue, 22 Apr 2014 10:04:19 -0700 Message-ID: (sfid-20140422_190447_527068_763B230C) Subject: Re: [PATCH 0/2] cfg80211: two reg fixes To: Michael Leun Cc: Johannes Berg , linux-wireless , Arik Nemtsov , Sander Eikelenboom Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Apr 22, 2014 at 9:48 AM, Michael Leun wrote: > 1611 if (wiphy->regulatory_flags & REGULATORY_COUNTRY_IE_IGNORE) > 1612 return REG_REQ_IGNORE; Interesting -- same line as your regression test had found, wiphy-> must be NULL. Digging deeper, you can discard that patch now, we can rule out the reprocessing of the request. Luis