Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.
authorSam Muhammed <jane.pnx9@gmail.com>
Thu, 26 Mar 2020 15:02:35 +0000 (11:02 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2020 15:58:23 +0000 (16:58 +0100)
commitea7a10ea01aa5d740245db60448c9549ce6a5a1a
tree1638d35870efb6032aac7b499bec38cb0053c697
parent1165dd73e811a07d947aee218510571f516081f6
Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.

Replace printk(KERN_DEBUG ...) with netdev_dbg() across the driver.
since netdev_dbg() is preferable and specific for
printing debug messages for network devices.

Signed-off-by: Sam Muhammed <jane.pnx9@gmail.com>
Link: https://lore.kernel.org/r/84dc7e33954509457efce2a35fb293e631845a96.1585233434.git.jane.pnx9@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c