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 80090eb35f7..b637a1a7260 100644
--- a/drivers/staging/rt2870/common/netif_block.c
+++ b/drivers/staging/rt2870/common/netif_block.c
@@ -95,14 +95,6 @@ VOID StopNetIfQueue(
UCHAR IfIdx = 0;
BOOLEAN valid = FALSE;
-#ifdef APCLI_SUPPORT
- if (RTMP_GET_PACKET_NET_DEVICE(pPacket) >= MIN_NET_DEVICE_FOR_APCLI)
- {
- IfIdx = (RTMP_GET_PACKET_NET_DEVICE(pPacket) - MIN_NET_DEVICE_FOR_APCLI) % MAX_APCLI_NUM;
- NetDev = pAd->ApCfg.ApCliTab[IfIdx].dev;
- }
- else
-#endif // APCLI_SUPPORT //
{
#ifdef MBSS_SUPPORT
if (pAd->OpMode == OPMODE_AP)