提交 22466983 编写于 作者: M Mike McCormack 提交者: Larry Finger

rtl8192e: Remove unused debug code

Signed-off-by: NMike McCormack <mikem@ring3k.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册