staging: vt6655: dead code remove net device code

All functions are dead and nolonger of use.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-10-29 17:55:21 +00:00 committed by Greg Kroah-Hartman
parent 3f9aceeddb
commit 7af1ead431
3 changed files with 0 additions and 1182 deletions

View file

@ -746,8 +746,6 @@ static inline PDEVICE_TD_INFO alloc_td_info(void)
/*--------------------- Export Functions --------------------------*/
bool device_dma0_xmit(struct vnt_private *pDevice,
struct sk_buff *skb, unsigned int uNodeIndex);
bool device_alloc_frag_buf(struct vnt_private *pDevice,
PSDeFragControlBlock pDeF);
#endif

File diff suppressed because it is too large Load diff

View file

@ -723,8 +723,6 @@ vCommandTimer(
} else {
pDevice->bMoreData = true;
}
if (!device_dma0_xmit(pDevice, skb, 0))
pr_debug("Multicast ps tx fail\n");
pMgmt->sNodeDBTable[0].wEnQueueCnt--;
}
@ -746,8 +744,6 @@ vCommandTimer(
} else {
pDevice->bMoreData = true;
}
if (!device_dma0_xmit(pDevice, skb, ii))
pr_debug("sta ps tx fail\n");
pMgmt->sNodeDBTable[ii].wEnQueueCnt--;
// check if sta ps enabled, and wait next pspoll.