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 7E71EC54EE9 for ; Thu, 22 Sep 2022 20:17:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232458AbiIVURt (ORCPT ); Thu, 22 Sep 2022 16:17:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230019AbiIVURr (ORCPT ); Thu, 22 Sep 2022 16:17:47 -0400 Received: from fudo.makrotopia.org (fudo.makrotopia.org [IPv6:2a07:2ec0:3002::71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9FEE110B0A for ; Thu, 22 Sep 2022 13:17:42 -0700 (PDT) Received: from local by fudo.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1obSdd-000386-34; Thu, 22 Sep 2022 22:17:38 +0200 Date: Thu, 22 Sep 2022 21:17:33 +0100 From: Daniel Golle To: Kalle Valo Cc: linux-wireless@vger.kernel.org, Stanislaw Gruszka , Helmut Schaa , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Johannes Berg Subject: Re: [PATCH v3 02/16] rt2x00: add throughput LED trigger Message-ID: References: <73f5ba4134e621462a26186449400cf0c1ac1730.1663445157.git.daniel@makrotopia.org> <166382246328.9021.4194873488972008176.kvalo@kernel.org> <87pmfo6m1u.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pmfo6m1u.fsf@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Thu, Sep 22, 2022 at 08:00:13AM +0300, Kalle Valo wrote: > Kalle Valo writes: > > > Daniel Golle wrote: > > > >> From: David Bauer > >> > >> This adds a (currently missing) throughput LED trigger for the rt2x00 > >> driver. Previously, LED triggers had to be assigned to the netdev, which > >> was limited to a single VAP. > >> > >> Tested-by: Christoph Krapp > >> Signed-off-by: David Bauer > >> Acked-by: Stanislaw Gruszka > > > > This is missing Daniel's s-o-b. > > Otherwise the patchset looked good to me. Daniel, if you can give your > s-o-b as a reply to this mail I can then add it during commit. Signed-off-by: Daniel Golle Thank you! > > -- > https://patchwork.kernel.org/project/linux-wireless/list/ > > https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches