staging: rtl8192e: Remove dead code associated with WIFI_TEST
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 14 Jul 2011 03:04:15 +0000 (22:04 -0500)
committerLarry Finger <Larry.Finger@lwfinger.net>
Wed, 24 Aug 2011 01:55:56 +0000 (20:55 -0500)
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
drivers/staging/rtl8192e/rtllib_softmac.c

index a0cd746778a7c31d0c9e93237929f8b2f2191142..a5267b24630260539b715051129efc7d250b05be 100644 (file)
@@ -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{
This page took 0.026396 seconds and 5 git commands to generate.