Commit 22466983 authored by Mike McCormack's avatar Mike McCormack Committed by Larry Finger

rtl8192e: Remove unused debug code

Signed-off-by: default avatarMike McCormack <mikem@ring3k.org>
parent 4f6807e8
......@@ -3188,17 +3188,7 @@ int rtl8192_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
}
}
}
#ifdef JOHN_DEBUG
{
int i;
RT_TRACE(COMP_DBG, "@@ wrq->u pointer = ");
for (i=0;i<wrq->u.data.length;i++){
if (i%10==0) RT_TRACE(COMP_DBG, "\n");
RT_TRACE(COMP_DBG, "%8x|", ((u32*)wrq->u.data.pointer)[i] );
}
RT_TRACE(COMP_DBG, "\n");
}
#endif
ret = rtllib_wpa_supplicant_ioctl(priv->rtllib, &wrq->u.data, 0);
kfree(ipw);
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment