staging: vt6655: vntwifi.c remove unused directive PLICE_DEBUG
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 17 Aug 2014 19:42:28 +0000 (20:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 20:47:31 +0000 (13:47 -0700)
PLICE_DEBUG is not defined remove dead code.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/vntwifi.c

index 4d425e0c76d4c266f46c674968766e3d7e36fee6..59f66fe47352c920e1109935b83187bce9a08319 100644 (file)
@@ -543,10 +543,6 @@ VNTWIFIvGetTxRate(
        } else { /* Infrastructure: rate decided from AP Node, index = 0 */
 
                wTxDataRate = (pMgmt->sNodeDBTable[0].wTxDataRate);
-#ifdef PLICE_DEBUG
-               pr_debug("GetTxRate:AP MAC is %pM,TxRate is %d\n",
-                      pMgmt->sNodeDBTable[0].abyMACAddr, wTxDataRate);
-#endif
 
                pSupportRateIEs = (PWLAN_IE_SUPP_RATES) pMgmt->abyCurrSuppRates;
                pExtSupportRateIEs = (PWLAN_IE_SUPP_RATES) pMgmt->abyCurrExtSuppRates;