aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rt2870/common/netif_block.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rt2870/common/netif_block.c')
-rw-r--r--drivers/staging/rt2870/common/netif_block.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/rt2870/common/netif_block.c b/drivers/staging/rt2870/common/netif_block.c
index d3f7d087e7f..80090eb35f7 100644
--- a/drivers/staging/rt2870/common/netif_block.c
+++ b/drivers/staging/rt2870/common/netif_block.c
@@ -103,14 +103,6 @@ VOID StopNetIfQueue(
}
else
#endif // APCLI_SUPPORT //
-#ifdef WDS_SUPPORT
- if (RTMP_GET_PACKET_NET_DEVICE(pPacket) >= MIN_NET_DEVICE_FOR_WDS)
- {
- IfIdx = (RTMP_GET_PACKET_NET_DEVICE(pPacket) - MIN_NET_DEVICE_FOR_WDS) % MAX_WDS_ENTRY;
- NetDev = pAd->WdsTab.WdsEntry[IfIdx].dev;
- }
- else
-#endif // WDS_SUPPORT //
{
#ifdef MBSS_SUPPORT
if (pAd->OpMode == OPMODE_AP)