From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4DABC83000 for ; Tue, 28 Apr 2020 08:46:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9EAA8206C0 for ; Tue, 28 Apr 2020 08:46:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588063587; bh=O2FUojuzfujXTEPHXdG90VInygWbIERCNUypjs0pcF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fSQDKpH+avJuajZ20vHs0w42Gvfhx2d6Y3HL76HZ24InhSKYNHFIWrymHpZGhCOu4 wqn65ZlzZmAuBDMA9ojQtdWu46LOF+7PgDwIKVohRmhqXgagW1J93X+z+NkLHl7n24 ldc/3l2ZY5JEjaQQ4mWeBOK4epL+VR4ra/xNmBs8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726402AbgD1Iq1 (ORCPT ); Tue, 28 Apr 2020 04:46:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:57768 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726318AbgD1Iq0 (ORCPT ); Tue, 28 Apr 2020 04:46:26 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0E370206B9; Tue, 28 Apr 2020 08:46:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588063586; bh=O2FUojuzfujXTEPHXdG90VInygWbIERCNUypjs0pcF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CawfnIyldNgBbWstwbZiVDwUox+98JDbIHUk+UxCKqMZVgeF7ozxKCMWmPWmY/XTi nzyeuXA8G2Z+vTFfcTC0OWMDh/2P87Ve2x3Whorl2TKb0bJ2ksB/CGm3Dt0P5uBA2g a1bGd9tP+x80H69SPGEAlTWvnwcMP6CAGIF+HK40= Date: Tue, 28 Apr 2020 10:46:24 +0200 From: Greg Kroah-Hartman To: Johannes Berg Cc: linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, Sergey Matyukevich Subject: Re: [PATCH 1/2] staging: rtl8723bs: remove mgmt_frame_register method Message-ID: <20200428084624.GB996383@kroah.com> References: <20200428101400.ae19d651ec38.Ieb15844bb5ab93b3d7931d6561f42e3316ef8251@changeid> <9a21da0be7d6fc70541adff2cdb676eb7b04070e.camel@sipsolutions.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9a21da0be7d6fc70541adff2cdb676eb7b04070e.camel@sipsolutions.net> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tue, Apr 28, 2020 at 10:16:57AM +0200, Johannes Berg wrote: > Greg, > > I'm going to take these through my tree because I broke the APIs there > (and wasn't paying attention to staging), but every bot around the world > is complaining now that my tree doesn't build ... :) No objection from me!