On Wed, Jun 14, 2023 at 03:26:48PM +0200, Nicolas Cavallari wrote: > In mesh mode, ieee80211_chandef_he_6ghz_oper() is called by > mesh_matches_local() for every received mesh beacon. > > On a 6 GHz mesh of a HE-only phy, this spams that the hardware does not > have EHT capabilities, even if the received mesh beacon does not have an > EHT element. > > Unlike HE, not supporting EHT in the 6 GHz band is not an error so do > not print anything in this case. > > Fixes: 5dca295dd767 ("mac80211: Add initial support for EHT and 320 MHz channels") > > Signed-off-by: Nicolas Cavallari <nicolas.cavallari@xxxxxxxxxxxxxxxxxxxxxxx> Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>