From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from s3.sipsolutions.net ([144.76.43.152]:41584 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751503Ab3GBOA7 (ORCPT ); Tue, 2 Jul 2013 10:00:59 -0400 Message-ID: <1372773647.8615.1.camel@jlt4.sipsolutions.net> (sfid-20130702_160103_590052_3B6627C1) Subject: Re: [PATCH 2/3] [RFC] cfg80211: Add Kconfig option for cellular BS hints From: Johannes Berg To: Arend van Spriel Cc: Ilan Peer , linux-wireless@vger.kernel.org, mcgrof@do-not-panic.com Date: Tue, 02 Jul 2013 16:00:47 +0200 In-Reply-To: <51D2DBB9.4010500@broadcom.com> (sfid-20130702_155518_357097_AF2DF864) References: <1372768095-26053-1-git-send-email-ilan.peer@intel.com> <1372768095-26053-3-git-send-email-ilan.peer@intel.com> <51D2DBB9.4010500@broadcom.com> (sfid-20130702_155518_357097_AF2DF864) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2013-07-02 at 15:55 +0200, Arend van Spriel wrote: > On 07/02/2013 02:28 PM, Ilan Peer wrote: > > Move the regulatory cellular base station hints support under > > a specific configuration option and make the option depend > > on CFG80211_CERTIFICATION_ONUS. > > This one seems not really related to the other patches. On itself it is > not clear to me what itch is being scratched here. Is the aim to get rid > of the CERTIFICATION_ONUS dependency further along the road? No, it's really just so patch 3 can add a separate option under CERTIFICATION_ONUS while allowing cell base station and the new option to be separate. johannes