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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7820FC433F5 for ; Fri, 27 May 2022 22:37:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354809AbiE0WhF (ORCPT ); Fri, 27 May 2022 18:37:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354820AbiE0Wg6 (ORCPT ); Fri, 27 May 2022 18:36:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E146F63514 for ; Fri, 27 May 2022 15:36:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7D15C61686 for ; Fri, 27 May 2022 22:36:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6397C34113; Fri, 27 May 2022 22:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653691014; bh=pYjj6IE4W6bd8gVv8bNzBA9NVC0pkJM5mU5/MMdXBJs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ez/+VQzxGtxCO5MWFw6k7YiRMiuflx7SNsN9FV2E+92E6sr1beZ8L775l01wCIXt2 Pm6a4HZQtuMX8etwSCGEUKlatAUSgYFG/y1y+KQ0p8FetAZaxtHLXUU7DM70Q7yVO+ bUFp8CM612gSN+7j7rO6uGh2C3FUhU7yjqc+w3PRWnlAhfUVs2N0IH1f70Lvi1Z+4X LsYapOkEDcgVZk4ZWoWP4i4eYV6TLysjBXbJmCCDFT8scMxhzjvs7vh+HNDAKQfglF BZu0BMclNcnY3+SRxOLAgjXx5LDMEnuNgezjzfBlxmXi+oirENQY7/ULO40MLNqsJV CIhdWSCqEkwHw== Date: Fri, 27 May 2022 15:36:53 -0700 From: Jakub Kicinski To: Kalle Valo Cc: Johannes Berg , linux-wireless@vger.kernel.org Subject: Re: [PATCH] wifi: libertas: use variable-size data in assoc req/resp cmd Message-ID: <20220527153653.56da9155@kernel.org> In-Reply-To: <87wne7urst.fsf@kernel.org> References: <20220523180200.115fa27fbece.Ie66d874b047e7afad63900aa2df70f031711147e@changeid> <20220525135326.1da8fe36@kernel.org> <87wne7urst.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, 27 May 2022 14:40:50 +0300 Kalle Valo wrote: > >> Is there a chance to get this into net before the merge window is over? > >> > > I guess you can just apply it. Kalle? > > Yeah, Jakub can take this directly to net tree: > > Acked-by: Kalle Valo > > But I can also take this to wireless tree and send a pull request on > Wednesday. Whichever is better for you, just let me know. PR on Wednesday sounds good, thanks! The patch didn't end up in our PW instance, I'd have to apply it manually.