summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/wmgr.c
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-08-20 22:30:26 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-30 13:48:19 -0700
commit5154b0d0e26545c52350f42b1a4c1e6dc0c4360f (patch)
tree9018c85b40c5198e3c97dc8d43c3950aeacb128f /drivers/staging/vt6655/wmgr.c
parent9e9df6704c1929ffd76e73f4740a468e00c44c11 (diff)
staging: vt6655: device.h dead code remove bCCK
bCCK is always set to true, the only place it is used is in BBvCalculateParameter which nots the value to false. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/wmgr.c')
-rw-r--r--drivers/staging/vt6655/wmgr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/wmgr.c b/drivers/staging/vt6655/wmgr.c
index c3de107d48d..ba273c75d26 100644
--- a/drivers/staging/vt6655/wmgr.c
+++ b/drivers/staging/vt6655/wmgr.c
@@ -2663,7 +2663,6 @@ s_vMgrSynchBSS(
}
// Init the BSS informations
- pDevice->bCCK = true;
pDevice->bProtectMode = false;
MACvDisableProtectMD(pDevice->PortOffset);
pDevice->bBarkerPreambleMd = false;