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 55F56C433FE for ; Wed, 5 Oct 2022 07:42:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229697AbiJEHmK (ORCPT ); Wed, 5 Oct 2022 03:42:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229529AbiJEHmH (ORCPT ); Wed, 5 Oct 2022 03:42:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 688CE5D113 for ; Wed, 5 Oct 2022 00:42:06 -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 DF20261592 for ; Wed, 5 Oct 2022 07:42:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 88CF6C433D6; Wed, 5 Oct 2022 07:42:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664955725; bh=iIBmpeRNO+LqfqVHJ3ThkvAWOnHMn1Iy14BcurKLoHU=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=RpRBAOqK/6pnJ6ciUhedmnnxn7ncqMb/GdsXFecCKv2rdsDn+oQmZzYclSLfxR/E8 Rt+pTJuD3zBxZZYev3FjoKtyq8p51rIPgg+n8svJI0s7frVabtJb7fQKxPDXAK7dJG fZiURQKg85QMrhcbYyi35/ziNi9IB1sf/Mg0F0EW5aqPCUGa5RlRA7u/2PLcAG4eDs SwkqTUClIc/vqL+oIWuLHlZ4Zxd6kRqG0S/r5cF/ZvHzyB0qr8KTQtJgR3jejDvcAe x1+rS2jj9jIB4m6weRbwi3osRzFKnNBruOphBvBuU5NXIRuca9E6d25S2OvU6p3JH5 7Bx74UarGKoRA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 1/4] brcmfmac: add creating station interface support From: Kalle Valo In-Reply-To: <20220929050614.31518-2-ian.lin@infineon.com> References: <20220929050614.31518-2-ian.lin@infineon.com> To: Ian Lin Cc: , , , , , , User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <166495571909.5945.9074519493480723249.kvalo@kernel.org> Date: Wed, 5 Oct 2022 07:42:03 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Ian Lin wrote: > From: Wright Feng > > With RSDB device, it is able to control two station interfaces > concurrently. So we add creating station interface support and > allow user to create it via cfg80211. > > Signed-off-by: Wright Feng > Signed-off-by: Chi-hsien Lin > Signed-off-by: Ian Lin 3 patches applied to wireless-next.git, thanks. 2b5fb30f8ff5 brcmfmac: add creating station interface support 4388827b87d8 brcmfmac: support station interface creation version 1, 2 and 3 1562bdef9251 brcmfmac: Fix AP interface delete issue -- https://patchwork.kernel.org/project/linux-wireless/patch/20220929050614.31518-2-ian.lin@infineon.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches