Return-path: Received: from mail-pa0-f45.google.com ([209.85.220.45]:35837 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750821AbaFKFVB (ORCPT ); Wed, 11 Jun 2014 01:21:01 -0400 Received: by mail-pa0-f45.google.com with SMTP id hz1so1495591pad.4 for ; Tue, 10 Jun 2014 22:21:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1399798250-20987-1-git-send-email-emmanuel.grumbach@intel.com> From: Arik Nemtsov Date: Wed, 11 Jun 2014 08:20:45 +0300 Message-ID: (sfid-20140611_072105_543334_44796F2D) Subject: Re: [PATCH 0/7] regulatory enhancements To: "Luis R. Rodriguez" Cc: Emmanuel Grumbach , Johannes Berg , linux-wireless Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, Jun 11, 2014 at 12:44 AM, Luis R. Rodriguez wrote: > > On Tue, May 20, 2014 at 1:48 AM, Luis R. Rodriguez > wrote: > > On Sun, May 11, 2014 at 1:50 AM, Emmanuel Grumbach > > wrote: > >> Hi Johannes, > >> > >> Newer Intel cards store regulatory settings in firmware. > >> This patch series adds support for a wiphy callback, allowing > >> the regulatory core to fetch driver/firmware defined redgomain > >> data whenever a country code change is requested. > >> > >> Along with that, there is also a small fix from Eliad. > >> > >> Arik Nemtsov (6): > >> cfg80211: don't set reg timeout for user-handled hint > >> cfg80211: introduce regulatory flags controlling bw > >> cfg80211: allow drivers to provide regulatory settings > >> cfg80211: treat the special "unknown" alpha2 as valid > >> cfg80211: accept world/same regdom from driver/user hints > >> cfg80211: leave invalid channels on regdomain change > > > > Please Cc me on regulatory patches. I've noted issues with the wiphy > > callback addition, but other than place if you can please resend > > patches that do not depend on that, that'd be appreciated, I'll take a > > look at those in the morning. > > I haven't seen these patches, please split them up, I think a few > already were accepted, but separating them between the new > functionality being added is key to speedy review. I'll take a second > stab at review of the fw API now as I'm going comfortalbe with the > idea of letting folks shoot themselves on the foot. This one is in, it's an obvious fix: 4d3df54 cfg80211: don't set reg timeout for user-handled hint The others are patches supporting the new Intel regulatory solution, so none of them are in. I'll make sure to resend them today. Arik