Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751983Ab1CENwE (ORCPT ); Sat, 5 Mar 2011 08:52:04 -0500 Received: from mail-gx0-f174.google.com ([209.85.161.174]:41350 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853Ab1CENwB convert rfc822-to-8bit (ORCPT ); Sat, 5 Mar 2011 08:52:01 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ciwz3/ITXtObMKGN1PVVpq3iPai/lIM8Az9mI13wrIFbi7m1qX7yfEv+zB1U8Cefnb 2lu8Q/j8c16iof+BgkFaqmpyqQO3e6IDQnGvsvlfB6Ek2B1SDaSSD0EeBTNVxeOo+eje MtatkqKJ7gal1bvbtOcA+TbHQfVF1YYoptwT4= MIME-Version: 1.0 In-Reply-To: <1299328260.4277.92.camel@localhost> References: <1299108754-5492-1-git-send-email-bookjovi@gmail.com> <1299328260.4277.92.camel@localhost> Date: Sat, 5 Mar 2011 21:52:00 +0800 Message-ID: Subject: Re: [PATCH] net: mac80211: fix compilation warning From: Jovi Zhang To: Ben Hutchings Cc: "John W. Linville" , Johannes Berg , "David S. Miller" , "open list:NETWORKING [WIREL..." , "open list:NETWORKING [GENERAL]" , open list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 755 Lines: 20 On Sat, Mar 5, 2011 at 8:31 PM, Ben Hutchings wrote: > On Wed, 2011-03-02 at 18:32 -0500, bookjovi@gmail.com wrote: >> From: Jovi Zhang >> >> this commit fix compilation warning as following: >> net/mac80211/tx.c:1753: warning: unused variable mppath > [...] > > You clearly didn't try building this with CONFIG_MAC80211_MESH enabled. > Sorry, indeed, maybe should be like this: +#ifdef CONFIG_MAC80211_MESH        struct mesh_path *mppath = NULL; +#endif -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/