staging: rtl8192e: Remove dead code involved with TO_DO_LIST
authorLarry Finger <Larry.Finger@lwfinger.net>
Wed, 13 Jul 2011 03:04:11 +0000 (22:04 -0500)
committerLarry Finger <Larry.Finger@lwfinger.net>
Wed, 24 Aug 2011 01:23:17 +0000 (20:23 -0500)
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
drivers/staging/rtl8192e/r8192E_dev.c
drivers/staging/rtl8192e/r8192E_phy.c
drivers/staging/rtl8192e/rtl_ps.c
drivers/staging/rtl8192e/rtllib_softmac.c
drivers/staging/rtl8192e/rtllib_tx.c

index 267efb421f5260b0cb573452f6920609de30efb9..83f8589ef72b2f005fc9d463437265faba5144cd 100644 (file)
@@ -613,42 +613,6 @@ static void rtl8192_read_eeprom_info(struct net_device* dev)
        priv->ChannelPlan = COUNTRY_CODE_WORLD_WIDE_13;
 #endif
 
-#ifdef TO_DO_LIST
-       switch (priv->CustomerID)
-       {
-               case RT_CID_DEFAULT:
-                       priv->LedStrategy = SW_LED_MODE1;
-                       break;
-
-               case RT_CID_819x_CAMEO:
-                       priv->LedStrategy = SW_LED_MODE2;
-                       break;
-
-               case RT_CID_819x_RUNTOP:
-                       priv->LedStrategy = SW_LED_MODE3;
-                       break;
-
-               case RT_CID_819x_Netcore:
-                       priv->LedStrategy = SW_LED_MODE4;
-                       break;
-
-               case RT_CID_Nettronix:
-                       priv->LedStrategy = SW_LED_MODE5;
-                       break;
-
-               case RT_CID_PRONET:
-                       priv->LedStrategy = SW_LED_MODE6;
-                       break;
-
-               case RT_CID_TOSHIBA:
-
-               default:
-                       priv->LedStrategy = SW_LED_MODE1;
-                       break;
-       }
-       RT_TRACE(COMP_INIT, "LedStrategy = %d \n", priv->LedStrategy);
-#endif
-
        if ( priv->eeprom_vid == 0x1186 &&  priv->eeprom_did == 0x3304)
                priv->rtllib->bSupportRemoteWakeUp = true;
        else
@@ -832,20 +796,6 @@ start:
        write_nic_word(dev, MAC4, ((u16*)(dev->dev_addr + 4))[0]);
        write_nic_dword(dev, RCR, priv->ReceiveConfig);
 
-#ifdef TO_DO_LIST
-       if (priv->bInHctTest)
-       {
-               write_nic_dword(dev, RQPN1,  NUM_OF_PAGE_IN_FW_QUEUE_BK_DTM << RSVD_FW_QUEUE_PAGE_BK_SHIFT |\
-                               NUM_OF_PAGE_IN_FW_QUEUE_BE_DTM << RSVD_FW_QUEUE_PAGE_BE_SHIFT | \
-                               NUM_OF_PAGE_IN_FW_QUEUE_VI_DTM << RSVD_FW_QUEUE_PAGE_VI_SHIFT | \
-                               NUM_OF_PAGE_IN_FW_QUEUE_VO_DTM <<RSVD_FW_QUEUE_PAGE_VO_SHIFT);
-               write_nic_dword(dev, RQPN2, NUM_OF_PAGE_IN_FW_QUEUE_MGNT << RSVD_FW_QUEUE_PAGE_MGNT_SHIFT);
-               write_nic_dword(dev, RQPN3, APPLIED_RESERVED_QUEUE_IN_FW| \
-                               NUM_OF_PAGE_IN_FW_QUEUE_BCN<<RSVD_FW_QUEUE_PAGE_BCN_SHIFT|\
-                               NUM_OF_PAGE_IN_FW_QUEUE_PUB_DTM<<RSVD_FW_QUEUE_PAGE_PUB_SHIFT);
-       }
-       else
-#endif
        {
                write_nic_dword(dev, RQPN1,  NUM_OF_PAGE_IN_FW_QUEUE_BK << RSVD_FW_QUEUE_PAGE_BK_SHIFT |\
                                        NUM_OF_PAGE_IN_FW_QUEUE_BE << RSVD_FW_QUEUE_PAGE_BE_SHIFT | \
index d03eb60d17ac5fa236cc62bc7c4a7d904f970548..6c2e44f956d1cf1028d464acda67afe286970993 100644 (file)
@@ -355,15 +355,6 @@ void rtl8192_phy_configmac(struct net_device* dev)
        u32 dwArrayLen = 0, i = 0;
        u32* pdwArray = NULL;
        struct r8192_priv *priv = rtllib_priv(dev);
-#ifdef TO_DO_LIST
-if (dev->bInHctTest)
-       {
-               RT_TRACE(COMP_PHY, "Rtl819XMACPHY_ArrayDTM\n");
-               dwArrayLen = MACPHY_ArrayLengthDTM;
-               pdwArray = Rtl819XMACPHY_ArrayDTM;
-       }
-       else if (priv->bTXPowerDataReadFromEEPORM)
-#endif
         if (priv->bTXPowerDataReadFromEEPORM)
        {
                RT_TRACE(COMP_PHY, "Rtl819XMACPHY_Array_PG\n");
@@ -397,26 +388,6 @@ void rtl8192_phyConfigBB(struct net_device* dev, u8 ConfigType)
        u32*    Rtl819XAGCTAB_Array_Table = NULL;
        u16     AGCTAB_ArrayLen, PHY_REGArrayLen = 0;
        struct r8192_priv *priv = rtllib_priv(dev);
-#ifdef TO_DO_LIST
-       u32 *rtl8192PhyRegArrayTable = NULL, *rtl8192AgcTabArrayTable = NULL;
-       if (dev->bInHctTest)
-       {
-               AGCTAB_ArrayLen = AGCTAB_ArrayLengthDTM;
-               Rtl819XAGCTAB_Array_Table = Rtl819XAGCTAB_ArrayDTM;
-
-               if (priv->RF_Type == RF_2T4R)
-               {
-                       PHY_REGArrayLen = PHY_REGArrayLengthDTM;
-                       Rtl819XPHY_REGArray_Table = Rtl819XPHY_REGArrayDTM;
-               }
-               else if (priv->RF_Type == RF_1T2R)
-               {
-                       PHY_REGArrayLen = PHY_REG_1T2RArrayLengthDTM;
-                       Rtl819XPHY_REGArray_Table = Rtl819XPHY_REG_1T2RArrayDTM;
-               }
-       }
-       else
-#endif
        {
                AGCTAB_ArrayLen = AGCTAB_ArrayLength;
                Rtl819XAGCTAB_Array_Table = Rtl819XAGCTAB_Array;
@@ -839,10 +810,6 @@ void rtl8192_SetTxPowerLevel(struct net_device *dev, u8 channel)
        switch (priv->rf_chip)
        {
        case RF_8225:
-#ifdef TO_DO_LIST
-               PHY_SetRF8225CckTxPower(dev, powerlevel);
-               PHY_SetRF8225OfdmTxPower(dev, powerlevelOFDM24G);
-#endif
                break;
 
        case RF_8256:
@@ -1278,9 +1245,6 @@ void rtl8192_SetBWModeWorkItem(struct net_device *dev)
        switch ( priv->rf_chip )
        {
                case RF_8225:
-#ifdef TO_DO_LIST
-                       PHY_SetRF8225Bandwidth(dev, pHalData->CurrentChannelBW);
-#endif
                        break;
 
                case RF_8256:
@@ -1489,13 +1453,6 @@ SetRFPowerState8190(
                                                                QueueID++;
                                                                continue;
                                                        }
-#ifdef TO_DO_LIST
-                                                       else if (IsLowPowerState(Adapter))
-                                                       {
-                                                               RT_TRACE((COMP_POWER|COMP_RF), "eRf Off/Sleep: %d times TcbBusyQueue[%d] !=0 but lower power state!\n", (i+1), QueueID);
-                                                               break;
-                                                       }
-#endif
                                                        else
                                                        {
                                                                RT_TRACE((COMP_POWER|COMP_RF), "eRf Off/Sleep: %d times TcbBusyQueue[%d] !=0 before doze!\n", (i+1), QueueID);
@@ -1528,14 +1485,6 @@ SetRFPowerState8190(
                                                        QueueID++;
                                                        continue;
                                        }
-#ifdef TO_DO_LIST
-                                       else if (IsLowPowerState(Adapter))
-                                       {
-                                               RT_TRACE(COMP_POWER,
-                                               "eRf Off/Sleep: %d times TcbBusyQueue[%d] !=0 but lower power state!\n", (i+1), QueueID);
-                                               break;
-                                       }
-#endif
                                                else
                                                {
                                                RT_TRACE(COMP_POWER,
@@ -1562,16 +1511,6 @@ SetRFPowerState8190(
                                        {
                                                PHY_SetRtl8192eRfOff(dev);
                                        }
-#ifdef TO_DO_LIST
-                                       if (pMgntInfo->RfOffReason == RF_CHANGE_BY_IPS )
-                                       {
-                                               Adapter->HalFunc.LedControlHandler(dev,LED_CTL_NO_LINK);
-                                       }
-                                       else
-                                       {
-                                               Adapter->HalFunc.LedControlHandler(dev, LED_CTL_POWER_OFF);
-                                       }
-#endif
                                }
 
                                        break;
index 5c9900762128712912de33abbac458bb68285525..dfdf3492206aabd3fba032df0c41e9ee0b2fc0b8 100644 (file)
@@ -561,13 +561,7 @@ bool PlatformSetPMCSR(struct net_device *dev,u8 value,bool bTempSetting)
 
                if (bSetFunc) {
                        if (Buffer) {
-#ifdef TO_DO_LIST
-                               RT_DISABLE_FUNC(Adapter, DF_IO_D3_BIT);
-#endif
                        } else {
-#ifdef TO_DO_LIST
-                               RT_ENABLE_FUNC(Adapter, DF_IO_D3_BIT);
-#endif
                        }
                }
 
index c9c5df4c994894a6ecc3eb8b285459034c23f3be..9f7227eb6d8e061ad7ec6b8b31a6f31ca25502ad 100644 (file)
@@ -4018,9 +4018,6 @@ rtllib_MgntDisconnect(
                }
                if ( rtllib->iw_mode == IW_MODE_INFRA )
                {
-#ifdef TO_DO_LIST
-                       SecClearAllKeys(Adapter);
-#endif
                        rtllib_MgntDisconnectAP(rtllib, asRsn);
                }
 
index 7662bf5bf3e76e6338cbc94903a4d3d7744e861e..3aa6756f07afc264b4615b7fb267ebc40c83c07f 100644 (file)
@@ -333,12 +333,6 @@ void rtllib_tx_query_agg_cap(struct rtllib_device* ieee, struct sk_buff* skb, cb
                return;
        if (is_multicast_ether_addr(hdr->addr1) || is_broadcast_ether_addr(hdr->addr1))
                return;
-#ifdef TO_DO_LIST
-       if (pTcb->PacketLength >= 4096)
-               return;
-       if (!Adapter->HalFunc.GetNmodeSupportBySecCfgHandler(Adapter))
-               return;
-#endif
 
        if (tcb_desc->bdhcp || ieee->CntAfterLink<2)
                return;
@@ -552,22 +546,6 @@ NO_PROTECTION:
 
 void rtllib_txrate_selectmode(struct rtllib_device* ieee, cb_desc* tcb_desc)
 {
-#ifdef TO_DO_LIST
-       if (!IsDataFrame(pFrame))
-       {
-               pTcb->bTxDisableRateFallBack = true;
-               pTcb->bTxUseDriverAssingedRate = true;
-               pTcb->RATRIndex = 7;
-               return;
-       }
-
-       if (pMgntInfo->ForcedDataRate!= 0)
-       {
-               pTcb->bTxDisableRateFallBack = true;
-               pTcb->bTxUseDriverAssingedRate = true;
-               return;
-       }
-#endif
        if (ieee->bTxDisableRateFallBack)
                tcb_desc->bTxDisableRateFallBack = true;
 
This page took 0.030589 seconds and 5 git commands to generate.