提交 5dda2528 编写于 作者: M Malcolm Priestley 提交者: Greg Kroah-Hartman

staging: vt6656: rf.c replace DBG_PRT debug messages

replace with dev_dbg
Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c85a81b2
...@@ -41,8 +41,6 @@ ...@@ -41,8 +41,6 @@
#include "usbpipe.h" #include "usbpipe.h"
#include "datarate.h" #include "datarate.h"
static int msglevel =MSG_LEVEL_INFO;
//static int msglevel =MSG_LEVEL_DEBUG;
#define BY_AL2230_REG_LEN 23 //24bit #define BY_AL2230_REG_LEN 23 //24bit
#define CB_AL2230_INIT_SEQ 15 #define CB_AL2230_INIT_SEQ 15
#define AL2230_PWR_IDX_LEN 64 #define AL2230_PWR_IDX_LEN 64
...@@ -902,14 +900,14 @@ int vnt_rf_set_txpower(struct vnt_private *priv, u8 power, u32 rate) ...@@ -902,14 +900,14 @@ int vnt_rf_set_txpower(struct vnt_private *priv, u8 power, u32 rate)
(BY_VT3226_REG_LEN<<3)+IFREGCTL_REGW); (BY_VT3226_REG_LEN<<3)+IFREGCTL_REGW);
if (priv->vnt_mgmt.eScanState != WMAC_NO_SCANNING) { if (priv->vnt_mgmt.eScanState != WMAC_NO_SCANNING) {
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO dev_dbg(&priv->usb->dev,
"vnt_rf_set_txpower> 11B mode uCurrChannel[%d]\n", "vnt_rf_set_txpower> 11B mode uCurrChannel[%d]\n",
priv->vnt_mgmt.uScanChannel); priv->vnt_mgmt.uScanChannel);
ret &= vnt_rf_write_embedded(priv, ret &= vnt_rf_write_embedded(priv,
vt3226d0_lo_current_table[priv-> vt3226d0_lo_current_table[priv->
vnt_mgmt.uScanChannel - 1]); vnt_mgmt.uScanChannel - 1]);
} else { } else {
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO dev_dbg(&priv->usb->dev,
"vnt_rf_set_txpower> 11B mode uCurrChannel[%d]\n", "vnt_rf_set_txpower> 11B mode uCurrChannel[%d]\n",
priv->vnt_mgmt.uCurrChannel); priv->vnt_mgmt.uCurrChannel);
ret &= vnt_rf_write_embedded(priv, ret &= vnt_rf_write_embedded(priv,
...@@ -920,7 +918,7 @@ int vnt_rf_set_txpower(struct vnt_private *priv, u8 power, u32 rate) ...@@ -920,7 +918,7 @@ int vnt_rf_set_txpower(struct vnt_private *priv, u8 power, u32 rate)
ret &= vnt_rf_write_embedded(priv, 0x015C0800 + ret &= vnt_rf_write_embedded(priv, 0x015C0800 +
(BY_VT3226_REG_LEN<<3)+IFREGCTL_REGW); (BY_VT3226_REG_LEN<<3)+IFREGCTL_REGW);
} else { } else {
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO dev_dbg(&priv->usb->dev,
"@@@@ vnt_rf_set_txpower> 11G mode\n"); "@@@@ vnt_rf_set_txpower> 11G mode\n");
power_setting = ((0x3f-priv->byCurPwr) << 20) | power_setting = ((0x3f-priv->byCurPwr) << 20) |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册