summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/card.c
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-11-05 21:08:52 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-05 14:49:13 -0800
commitb1c41336570f952e0b30eaa56728996d5ac50457 (patch)
tree270b903581a41cf70db56cad48f7bba214be9f7c /drivers/staging/vt6655/card.c
parent87299d4c06f09ceb1fe866fe44c0c51d0d3f069e (diff)
downloadlinux-stable-b1c41336570f952e0b30eaa56728996d5ac50457.tar.gz
linux-stable-b1c41336570f952e0b30eaa56728996d5ac50457.tar.bz2
linux-stable-b1c41336570f952e0b30eaa56728996d5ac50457.zip
staging: vt6655: remove fragmentation from driver
fragmentation is now handled by mac80211. Remove functions device_alloc_frag_buf device_init_defrag_cb device_free_frag_buf Removing typedef struct tagSDeFragControlBlock frag_thresh sRxDFCB cbDFCB; cbFreeDFCB; uCurrentDFCBIdx; macros FRAG_THRESH_MIN FRAG_THRESH_MAX Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/card.c')
-rw-r--r--drivers/staging/vt6655/card.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
index bff77c88a792..60f051f8de8a 100644
--- a/drivers/staging/vt6655/card.c
+++ b/drivers/staging/vt6655/card.c
@@ -583,9 +583,6 @@ CARDvSafeResetRx(
pDesc->m_rd1RD1.wReqCount = (unsigned short)(pDevice->rx_buf_sz);
}
- pDevice->cbDFCB = CB_MAX_RX_FRAG;
- pDevice->cbFreeDFCB = pDevice->cbDFCB;
-
/* set perPkt mode */
MACvRx0PerPktMode(pDevice->PortOffset);
MACvRx1PerPktMode(pDevice->PortOffset);