staging: wlan-ng: replace pr_debug() with netdev_dbg()
authorCalvince Otieno <calvncce@gmail.com>
Mon, 16 Oct 2023 09:20:37 +0000 (12:20 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Oct 2023 15:54:04 +0000 (17:54 +0200)
commit507fa3c27965a18116d7ee1682ff39bc3b6aa1d5
tree5453aee849188ac7a461fe0eaf3ff3268880826d
parent22d99db4108742731b966850b2aa54a760db96b3
staging: wlan-ng: replace pr_debug() with netdev_dbg()

This patch replaces the usage of pr_debug() with netdev_dbg().
The change is made to enhance context-aware debugging,
improve code clarity, and maintain compatibility with established
network debugging practices. There were no functional code changes.

Signed-off-by: Calvince Otieno <calvncce@gmail.com>
Link: https://lore.kernel.org/r/ZS0AZahhusLoN4b/@lab-ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/p80211conv.c