staging: vt6655: remove remaining comments of PLICE_DEBUG
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
af925cc721
commit
9e9df6704c
2 changed files with 3 additions and 8 deletions
|
@ -141,9 +141,7 @@
|
||||||
|
|
||||||
#define AVAIL_TD(p, q) ((p)->sOpts.nTxDescs[(q)] - ((p)->iTDUsed[(q)]))
|
#define AVAIL_TD(p, q) ((p)->sOpts.nTxDescs[(q)] - ((p)->iTDUsed[(q)]))
|
||||||
|
|
||||||
//PLICE_DEBUG ->
|
|
||||||
#define NUM 64
|
#define NUM 64
|
||||||
//PLICE_DEUBG <-
|
|
||||||
|
|
||||||
#define PRIVATE_Message 0
|
#define PRIVATE_Message 0
|
||||||
|
|
||||||
|
@ -404,11 +402,9 @@ struct vnt_private {
|
||||||
|
|
||||||
spinlock_t lock;
|
spinlock_t lock;
|
||||||
|
|
||||||
//PLICE_DEBUG ->
|
|
||||||
pid_t MLMEThr_pid;
|
pid_t MLMEThr_pid;
|
||||||
struct completion notify;
|
struct completion notify;
|
||||||
struct semaphore mlme_semaphore;
|
struct semaphore mlme_semaphore;
|
||||||
//PLICE_DEBUG <-
|
|
||||||
|
|
||||||
u32 rx_bytes;
|
u32 rx_bytes;
|
||||||
|
|
||||||
|
|
|
@ -312,10 +312,9 @@ device_receive_frame(
|
||||||
|
|
||||||
skb = pRDInfo->skb;
|
skb = pRDInfo->skb;
|
||||||
|
|
||||||
//PLICE_DEBUG->
|
|
||||||
pci_unmap_single(pDevice->pcid, pRDInfo->skb_dma,
|
pci_unmap_single(pDevice->pcid, pRDInfo->skb_dma,
|
||||||
pDevice->rx_buf_sz, PCI_DMA_FROMDEVICE);
|
pDevice->rx_buf_sz, PCI_DMA_FROMDEVICE);
|
||||||
//PLICE_DEBUG<-
|
|
||||||
pwFrameSize = (unsigned short *)(skb->data + 2);
|
pwFrameSize = (unsigned short *)(skb->data + 2);
|
||||||
FrameSize = cpu_to_le16(pCurrRD->m_rd1RD1.wReqCount) - cpu_to_le16(pCurrRD->m_rd0RD0.wResCount);
|
FrameSize = cpu_to_le16(pCurrRD->m_rd1RD1.wReqCount) - cpu_to_le16(pCurrRD->m_rd0RD0.wResCount);
|
||||||
|
|
||||||
|
@ -344,7 +343,7 @@ device_receive_frame(
|
||||||
pr_debug("---------- WRONG Length 2\n");
|
pr_debug("---------- WRONG Length 2\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
//PLICE_DEBUG->
|
|
||||||
// update receive statistic counter
|
// update receive statistic counter
|
||||||
STAvUpdateRDStatCounter(&pDevice->scStatistic,
|
STAvUpdateRDStatCounter(&pDevice->scStatistic,
|
||||||
*pbyRsr,
|
*pbyRsr,
|
||||||
|
@ -354,7 +353,7 @@ device_receive_frame(
|
||||||
FrameSize);
|
FrameSize);
|
||||||
|
|
||||||
pMACHeader = (PS802_11Header)((unsigned char *)(skb->data) + 8);
|
pMACHeader = (PS802_11Header)((unsigned char *)(skb->data) + 8);
|
||||||
//PLICE_DEBUG<-
|
|
||||||
if (pDevice->bMeasureInProgress) {
|
if (pDevice->bMeasureInProgress) {
|
||||||
if ((*pbyRsr & RSR_CRCOK) != 0)
|
if ((*pbyRsr & RSR_CRCOK) != 0)
|
||||||
pDevice->byBasicMap |= 0x01;
|
pDevice->byBasicMap |= 0x01;
|
||||||
|
|
Loading…
Add table
Reference in a new issue