From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2F8651350C9 for ; Mon, 25 Mar 2024 13:44:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711374270; cv=none; b=EBKQCjOZKXx6xQ+vn6L8/HN0xzfXVFaSxo35KIV3QI3HYv7zHbQ+rjeCKT1CEcZeKEhpVsoXjYtOvWOFGrVj+ZYhrOlAWP7x2+MZZoogpVgmbWt3DOFCVm7nnuYijkDqMjcivTbw9n24Lf66fTAG6AFH6pJN02hPlPRvL7uyTC4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711374270; c=relaxed/simple; bh=Q4/5TnJjjKoqGeXbqJpvnZU4C8F1duMYNsfE+TzsNRs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID: MIME-Version:Content-Type; b=rFq8ymIbgOaC2WskVCT6bqA54djhDu5V/qnxskGJLR6ohpoVzycQn7FpXTZu69itodoFyVVHafzq/jTH7KF09Upq2R38zhKIgZezbJUUygSKAyWAnWPfWPLDurzGoCeQcfgxmWGFdcTie8h5VekNG7i59znNQmWR7qe/5nK1ql4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BRYAdW0G; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BRYAdW0G" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDAA5C433C7; Mon, 25 Mar 2024 13:44:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711374269; bh=Q4/5TnJjjKoqGeXbqJpvnZU4C8F1duMYNsfE+TzsNRs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=BRYAdW0GhXVUv0i+0+mpBYnErPWVv3fVowHaysDZX7kbeZUxTHtXoEoEsWPKyCI7G YDEECHZWt8RbkKkUULRCBze3J2x5EKIU4FnBe5GcJi2cVCgDkR6FecVuU9ex/YQ2z8 KCsoYzOkfHXVZPv3D54NJ4F90f+//aJp29fbUhphKuQxNL52CltOeATvj9I5GXV9/B oG7n1FAM07Eqf8mZxg2LqR1DCp8Yb+Uwwq+OPAxSLle6pirhJOHc3EyT/ESnp1tjeY AeHXatQvv5+UxRxNExSeVm5nyblT5UjSnn5c13rlo26lMyMQNeS8KxecYfeFar3dn0 vxRzIYkdBE4Sg== From: Kalle Valo To: Johan Hovold Cc: Johannes Berg , linux-wireless@vger.kernel.org Subject: Re: [PATCH] wifi: mac80211: fix mlme_link_id_dbg() References: <20240324160559.18861-1-johan+linaro@kernel.org> Date: Mon, 25 Mar 2024 15:44:26 +0200 In-Reply-To: <20240324160559.18861-1-johan+linaro@kernel.org> (Johan Hovold's message of "Sun, 24 Mar 2024 17:05:59 +0100") Message-ID: <87le661l51.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Johan Hovold writes: > Make sure that the new mlme_link_id_dbg() macro honours > CONFIG_MAC80211_MLME_DEBUG as intended to avoid spamming the log with > messages like: > > wlan0: no EHT support, limiting to HE > wlan0: determined local STA to be HE, BW limited to 160 MHz > wlan0: determined AP xx:xx:xx:xx:xx:xx to be VHT > wlan0: connecting with VHT mode, max bandwidth 160 MHz > > Fixes: 310c8387c638 ("wifi: mac80211: clean up connection process") > Signed-off-by: Johan Hovold Thanks, I also noticed the extra messages. It would be good to get this to v6.9. Tested-by: Kalle Valo -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches