From f1c22567693a8c01a0bda0e3e29243eff3e5f196 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 13 Jul 2011 22:04:15 -0500 Subject: [PATCH] staging: rtl8192e: Remove dead code associated with WIFI_TEST Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtllib_softmac.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c index a0cd746778a7..a5267b246302 100644 --- a/drivers/staging/rtl8192e/rtllib_softmac.c +++ b/drivers/staging/rtl8192e/rtllib_softmac.c @@ -2585,11 +2585,7 @@ void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) /* as for the completion function, it does not need * to check it any more. * */ -#ifdef WIFI_TEST - if (1) -#else if (queue_len < 200) -#endif { skb_queue_tail(&ieee->skb_waitQ[queue_index], txb->fragments[i]); }else{ -- 2.34.1