From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 3/4] wimax: testing for rfkill support should also test for CONFIG_RFKILL_MODULE Date: Thu, 08 Jan 2009 11:08:07 -0800 (PST) Message-ID: <20090108.110807.103950637.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: randy.dunlap@oracle.com, sfr@canb.auug.org.au, wimax@linuxwimax.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wimax@intel.com, linux-next@vger.kernel.org, greg@kroah.com To: inaky@linux.intel.com Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: wimax-bounces@linuxwimax.org Errors-To: wimax-bounces@linuxwimax.org List-Id: netdev.vger.kernel.org From: Inaky Perez-Gonzalez Date: Wed, 7 Jan 2009 11:22:21 -0800 > Current WiMAX rfkill code is missing the case where rfkill is compiled > in as modules and works only when rfkill is compiled in. This is not > correct. Fixed to test for CONFIG_RFKILL or CONFIG_RKILL_MODULE. > > Signed-off-by: Inaky Perez-Gonzalez Applied.