]> git.itanic.dy.fi Git - linux-stable/commit
wifi: iwlwifi: don't spam logs with NSS>2 messages
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 5 Sep 2022 17:22:46 +0000 (19:22 +0200)
committerKalle Valo <kvalo@kernel.org>
Wed, 7 Sep 2022 07:11:20 +0000 (10:11 +0300)
commit4d8421f2dd88583cc7a4d6c2a5532c35e816a52a
tree905176c7d783dc439f2fd48c5cbda8847ecbac21
parent2aec909912da55a6e469fd6ee8412080a5433ed2
wifi: iwlwifi: don't spam logs with NSS>2 messages

I get a log line like this every 4 seconds when connected to my AP:

[15650.221468] iwlwifi 0000:09:00.0: Got NSS = 4 - trimming to 2

Looking at the code, this seems to be related to a hardware limitation,
and there's nothing to be done. In an effort to keep my dmesg
manageable, downgrade this error to "debug" rather than "info".

Cc: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220905172246.105383-1-Jason@zx2c4.com
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c