From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935066AbcI2SVl (ORCPT ); Thu, 29 Sep 2016 14:21:41 -0400 Received: from mail.us.es ([193.147.175.20]:38030 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934849AbcI2SVZ (ORCPT ); Thu, 29 Sep 2016 14:21:25 -0400 Date: Thu, 29 Sep 2016 20:21:17 +0200 From: Pablo Neira Ayuso To: Kalle Valo Cc: David Miller , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: pull-request: wireless-drivers-next 2016-09-29 Message-ID: <20160929182117.GA18734@salvia> References: <87ponmve2v.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ponmve2v.fsf@kamboji.qca.qualcomm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 29, 2016 at 07:57:28PM +0300, Kalle Valo wrote: > Hi Dave, > > this should be the last wireless-drivers-next pull request for 4.9, from > now on only important bugfixes. Nothing really special stands out, > iwlwifi being most active but other drivers also getting attention. More > details in the signed tag. Please let me know if there are any problems. > > Or actually I had one problem. While doing a test merge I noticed that > net-next fails to compile for me, but I don't think this is anything > wireless related: > > CC net/netfilter/core.o > net/netfilter/core.c: In function 'nf_set_hooks_head': > net/netfilter/core.c:96:149: error: 'struct net_device' has no member named 'nf_hooks_ingress' That's my problem, will be sending a pull request to fix this asap, thanks.