Staging: rt2870: remove dead RALINK_ATE code
[pandora-kernel.git] / drivers / staging / rt2870 / rt_main_dev.c
index ec7837d..6cad853 100644 (file)
@@ -1430,15 +1430,6 @@ int rt28xx_packet_xmit(struct sk_buff *skb)
        int status = 0;
        PNDIS_PACKET pPacket = (PNDIS_PACKET) skb;
 
-       /* RT2870STA does this in RTMPSendPackets() */
-#ifdef RALINK_ATE
-       if (ATE_ON(pAd))
-       {
-               RELEASE_NDIS_PACKET(pAd, pPacket, NDIS_STATUS_RESOURCES);
-               return 0;
-       }
-#endif // RALINK_ATE //
-
 #ifdef CONFIG_STA_SUPPORT
        IF_DEV_CONFIG_OPMODE_ON_STA(pAd)
        {