summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/channel.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-03-18 20:55:36 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-25 11:16:16 -0700
commitf2046f93db0918f99875853772142143590ba0c6 (patch)
tree2511b749dc5beedd96dde1f3d9575ab8efc2f688 /drivers/staging/vt6655/channel.c
parent00d0603cbd9aa1c9a28c9fe973d14f74e83ba646 (diff)
staging: vt6655: Remove commented out printks
These are just noise in the code so remove them. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/channel.c')
-rw-r--r--drivers/staging/vt6655/channel.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/vt6655/channel.c b/drivers/staging/vt6655/channel.c
index 569c648f481d..0005de8b795e 100644
--- a/drivers/staging/vt6655/channel.c
+++ b/drivers/staging/vt6655/channel.c
@@ -433,7 +433,6 @@ void init_channel_table(void *pDeviceHandler)
case RF_AL2230S:
case RF_UW2451:
case RF_VT3226:
- //printk("chester-false\n");
bMultiBand = false;
break;
case RF_AIROHA7230:
@@ -581,14 +580,8 @@ bool set_channel(void *pDeviceHandler, unsigned int uConnectionChannel)
}
if (pDevice->eCurrentPHYType == PHY_TYPE_11B) {
-#ifdef PLICE_DEBUG
- //printk("Func:ChbSetChannel:call RFbSetPower:11B\n");
-#endif
RFbSetPower(pDevice, RATE_1M, pDevice->byCurrentCh);
} else {
-#ifdef PLICE_DEBUG
- //printk("Func:ChbSetChannel:call RFbSetPower\n");
-#endif
RFbSetPower(pDevice, RATE_6M, pDevice->byCurrentCh);
}