From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752738AbYGVHnM (ORCPT ); Tue, 22 Jul 2008 03:43:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751865AbYGVHmz (ORCPT ); Tue, 22 Jul 2008 03:42:55 -0400 Received: from wa-out-1112.google.com ([209.85.146.182]:18975 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751830AbYGVHmy (ORCPT ); Tue, 22 Jul 2008 03:42:54 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=wTp5LLfgHKzHi6xGy1KbzixutdG64Q8xaGl+13ZFVATadckMwPSbpIOMZoZ3uyOU2j cTEMXZUQPbXfpKkXLjqzNaMyG+Eg/7KSFea7yLxyrXU3JISRTENpiujAKiWXRDgQxEdV 5fBWoNqZGskySXz4AOytDbRzaHuR6FwHU0yRM= Message-ID: Date: Tue, 22 Jul 2008 10:42:53 +0300 From: "Rami Rosen" To: "Ming Lei" Subject: Re: BUG: iwlwifi build failed Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, - This problem was reported and a patch was sent recently; probably it is not yet in your tree yet. - I assume that your .config file does not have CONFIG_IWLWIFI_DEBUG set. On the net-2.6 current tree, when you **do** set the CONFIG_IWLWIFI_DEBUG, this problem does not occur (and, as can be understood, when CONFIG_IWLWIFI_DEBUG is not set, it does occur). So, if it is possible for you for the time being, till this patch finds its way into the tree, I suggest that you might set the CONFIG_IWLWIFI_DEBUG and run make. More details on this patch you can find here: http://linux.derkeiler.com/Mailing-Lists/Kernel/2008-07/msg09132.html Regards, Rami Rosen On Tue, Jul 22, 2008 at 7:43 AM, Ming Lei wrote: > commit 93ded9b8fd42abe2c3607097963d8de6ad9117eb > Merge: 6d52dcb... f756cbd... > Author: Linus Torvalds > Date: Mon Jul 21 15:42:20 2008 -0700 > ===================================== > > drivers/net/wireless/iwlwifi/iwl-led.c: In function 'iwl_led_brightness_set': > drivers/net/wireless/iwlwifi/iwl-led.c:198: error: 'led_type_str' > undeclared (first use in this function) > drivers/net/wireless/iwlwifi/iwl-led.c:198: error: (Each undeclared > identifier is reported only once > drivers/net/wireless/iwlwifi/iwl-led.c:198: error: for each function > it appears in.) > make[4]: *** [drivers/net/wireless/iwlwifi/iwl-led.o] Error 1 > make[3]: *** [drivers/net/wireless/iwlwifi] Error 2 > make[2]: *** [drivers/net/wireless] Error 2 > make[1]: *** [drivers/net] Error 2 > make: *** [drivers] Error 2 > > > -- > Lei Ming > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >