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 38173C433FE for ; Tue, 30 Nov 2021 11:15:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237945AbhK3LSo (ORCPT ); Tue, 30 Nov 2021 06:18:44 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:49978 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S237792AbhK3LSn (ORCPT ); Tue, 30 Nov 2021 06:18:43 -0500 Received: from 91-156-5-105.elisa-laajakaista.fi ([91.156.5.105] helo=[192.168.100.150]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ms16Y-0013Xu-FN; Tue, 30 Nov 2021 13:15:23 +0200 Message-ID: <22a9f754ea1ce8b3bf1a4bfb96bff8049c269613.camel@coelho.fi> From: Luca Coelho To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org Date: Tue, 30 Nov 2021 13:15:21 +0200 In-Reply-To: References: <20211129133248.83829-1-luca@coelho.fi> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 01/16] mac80211: add more HT/VHT/HE state logging Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Mon, 2021-11-29 at 15:32 +0200, Luca Coelho wrote: > From: Johannes Berg > > Add more logging in places that affect HT/VHT/HE state, so > things get easier to debug. > > Signed-off-by: Johannes Berg > Signed-off-by: Luca Coelho > --- Sorry, there was a merge mistake in this patch and it broke compilation. I'll send v2 in a sec. -- Cheers, Luca.