From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932162AbdDRHFA (ORCPT ); Tue, 18 Apr 2017 03:05:00 -0400 Received: from s3.sipsolutions.net ([5.9.151.49]:44136 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751641AbdDRHE5 (ORCPT ); Tue, 18 Apr 2017 03:04:57 -0400 Message-ID: <1492499084.2472.0.camel@sipsolutions.net> Subject: Re: linux-next: build failure after merge of the staging tree From: Johannes Berg To: Stephen Rothwell , Greg KH Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Hans de Goede Date: Tue, 18 Apr 2017 09:04:44 +0200 In-Reply-To: <20170418155348.69ee48c4@canb.auug.org.au> References: <20170418155348.69ee48c4@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.4-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-04-18 at 15:53 +1000, Stephen Rothwell wrote: > Caused by commit > >   554c0a3abf21 ("staging: Add rtl8723bs sdio wifi driver") Oh, another new driver :) > interacting with commit > >   818a986e4eba ("cfg80211: move add/change interface monitor flags > into params") > > from the mac80211-next tree. > > I have added the following merge fix patch: > > From: Stephen Rothwell > Date: Tue, 18 Apr 2017 15:43:43 +1000 > Subject: [PATCH] staging: merge fix for add/change_virtual-intf API > change That looks good, evidently it doesn't care about the parameter then. Thanks! johannes