staging: wlan-ng: use netdev_dbg over pr_debug
authorCalvince Otieno <calvncce@gmail.com>
Tue, 17 Oct 2023 09:18:02 +0000 (12:18 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Oct 2023 13:43:42 +0000 (15:43 +0200)
commit97fe6d0ae79b98e0445a27fca9a1436490c3fea6
treeeabcfe0cfe3aca93965703dfd225171423fceba1
parent3e721e8c7b54217ab9849f431d5569f3e7145633
staging: wlan-ng: use netdev_dbg over pr_debug

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/ZS5RSsaNvOvshNj6@lab-ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2sta.c