Commit f1c22567 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Remove dead code associated with WIFI_TEST

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent e11fd513
......@@ -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{
......
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