wifi: rtw88: suppress messages of failed to flush queue
authorPing-Ke Shih <pkshih@realtek.com>
Thu, 18 Apr 2024 00:29:16 +0000 (08:29 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 22 Apr 2024 01:34:31 +0000 (09:34 +0800)
commit8cb090b7006889b622e916c353ce07d93fbd7baa
tree3fb3c9ea956a5c82ac3f661b4daa37140f84682f
parent0a548ecac7b9f148269340eff90fa06aa7aac876
wifi: rtw88: suppress messages of failed to flush queue

Driver throws messages when scanning with a lot of traffic, because packets
in TX buffer can not be transmitted in time. Since this is a common
occurrence, change them to debug message with special debug mask that
developers can turn on this mask by default for further analysis.

Cc: Lewis Robbins <lewis.robbins2@gmail.com>
Tested-by: Lewis Robbins <lewis.robbins2@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://msgid.link/20240418002916.5965-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw88/debug.h
drivers/net/wireless/realtek/rtw88/mac.c
drivers/net/wireless/realtek/rtw88/pci.c