Skip to content

Commit

Permalink
staging: rtl8192e: Remove dead code associated with WIFI_TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent e11fd51 commit f1c2256
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/rtl8192e/rtllib_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit f1c2256

Please sign in to comment.