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 8A951C4167B for ; Fri, 1 Dec 2023 10:31:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378308AbjLAKbC (ORCPT ); Fri, 1 Dec 2023 05:31:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378281AbjLAKa5 (ORCPT ); Fri, 1 Dec 2023 05:30:57 -0500 Received: from mail11.truemail.it (mail11.truemail.it [IPv6:2001:4b7e:0:8::81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6635C106; Fri, 1 Dec 2023 02:31:03 -0800 (PST) Received: from francesco-nb.int.toradex.com (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 8B6C820645; Fri, 1 Dec 2023 11:31:01 +0100 (CET) Date: Fri, 1 Dec 2023 11:31:00 +0100 From: Francesco Dolcini To: David Lin Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, briannorris@chromium.org, kvalo@kernel.org, francesco@dolcini.it, tsung-hsien.hsieh@nxp.com Subject: Re: [PATCH v7 06/12] wifi: mwifiex: added mac address for AP config. Message-ID: References: <20231128083115.613235-1-yu-hao.lin@nxp.com> <20231128083115.613235-7-yu-hao.lin@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231128083115.613235-7-yu-hao.lin@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 28, 2023 at 04:31:09PM +0800, David Lin wrote: > Added TLV command TLV_TYPE_UAP_MAC_ADDRESS for AP configuration. > > Without this TLV command, client can't connect to AP after restart of > hostapd. Do I understand correctly this is a fix for an existing issue that has nothing to do with the HOST MLE topic? If so, that great to have this fixed (and it looks like something I am affected by, I will try it in the coming days), but it should be: - separate patch from this series - fixes tag - cc stable Francesco