summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_tx.c
diff options
context:
space:
mode:
authorMateusz Kulikowski2015-05-31 20:19:31 +0200
committerGreg Kroah-Hartman2015-05-31 23:32:00 +0200
commite77c752f3917c4d3cec864e3354c0a64fdeba03e (patch)
treea5f9026771512041b259da9f631f2d957d0dda80 /drivers/staging/rtl8192e/rtllib_tx.c
parentstaging: rtl8192e: Remove RTLLIB_DEBUG_SCAN() (diff)
downloadkernel-qcow2-linux-e77c752f3917c4d3cec864e3354c0a64fdeba03e.tar.gz
kernel-qcow2-linux-e77c752f3917c4d3cec864e3354c0a64fdeba03e.tar.xz
kernel-qcow2-linux-e77c752f3917c4d3cec864e3354c0a64fdeba03e.zip
staging: rtl8192e: Remove RTLLIB_DEBUG_(FRAG|EAP|DROP|STATE|TX|RX)()
Use netdev_dbg() instead. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib_tx.c')
-rw-r--r--drivers/staging/rtl8192e/rtllib_tx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_tx.c b/drivers/staging/rtl8192e/rtllib_tx.c
index b09d5d00c27c..8ef820d52c72 100644
--- a/drivers/staging/rtl8192e/rtllib_tx.c
+++ b/drivers/staging/rtl8192e/rtllib_tx.c
@@ -670,8 +670,9 @@ int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
struct eapol *eap = (struct eapol *)(skb->data +
sizeof(struct ethhdr) - SNAP_SIZE -
sizeof(u16));
- RTLLIB_DEBUG_EAP("TX: IEEE 802.11 EAPOL frame: %s\n",
- eap_get_type(eap->type));
+ netdev_dbg(ieee->dev,
+ "TX: IEEE 802.11 EAPOL frame: %s\n",
+ eap_get_type(eap->type));
}
/* Advance the SKB to the start of the payload */