Re: [PATCH] wifi: mac80211: fix mlme_link_id_dbg()

From: Johan Hovold
Date: Mon Mar 25 2024 - 10:24:32 EST


On Mon, Mar 25, 2024 at 09:59:48AM +0100, Johan Hovold wrote:
> 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 <johan+linaro@xxxxxxxxxx>

Sorry about the resend. The original patch is here:

https://lore.kernel.org/linux-wireless/20240324160559.18861-1-johan+linaro@xxxxxxxxxx/

Lore appears to be acting up, but before I realised that I thought I'd
messed up my mail setup.

Johan