mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
staging: vt6655: vntwifi.c remove unused directive PLICE_DEBUG
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>
This commit is contained in:
parent
281a19d21b
commit
af925cc721
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue