summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/mac.c
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-05-26 13:59:00 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-26 10:36:49 -0700
commit88a8926fba921f0d6bf0c513203f13874a8301e1 (patch)
treef545e403105e1cbfd28a3de5d3a9079f2d72ce38 /drivers/staging/vt6656/mac.c
parent39dd526e5171b528b43be4ddb8d183a3064b7489 (diff)
staging: vt6656: mac.c remove DBG_PRT debug message.
Replace with dev_dbg Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/mac.c')
-rw-r--r--drivers/staging/vt6656/mac.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/staging/vt6656/mac.c b/drivers/staging/vt6656/mac.c
index 573ea4f9ca8b..9211ec1c5e25 100644
--- a/drivers/staging/vt6656/mac.c
+++ b/drivers/staging/vt6656/mac.c
@@ -37,9 +37,6 @@
#include "80211hdr.h"
#include "control.h"
-//static int msglevel =MSG_LEVEL_DEBUG;
-static int msglevel =MSG_LEVEL_INFO;
-
/*
* Description:
* Write MAC Multicast Address Mask
@@ -143,8 +140,7 @@ void MACvSetKeyEntry(struct vnt_private *priv, u16 key_ctl, u32 entry_idx,
memcpy(set_key.key, key, WLAN_KEY_LEN_CCMP);
- DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO
- "offset %d key ctl %d set key %24ph\n",
+ dev_dbg(&priv->usb->dev, "offset %d key ctl %d set key %24ph\n",
offset, key_ctl, (u8 *)&set_key);
CONTROLnsRequestOut(priv, MESSAGE_TYPE_SETKEY, offset,