Staging: rt3070: remove dead CARRIER_DETECTION_SUPPORT code
[safe/jmp/linux-2.6] / drivers / staging / rt3070 / sta / connect.c
index 6b588ed..f4aeee5 100644 (file)
@@ -1336,12 +1336,6 @@ VOID LinkUp(
                }
 #endif // DOT11_N_SUPPORT //
 
-#ifdef CARRIER_DETECTION_SUPPORT // Roger sync Carrier
-               // No carrier detection when adhoc
-               // CarrierDetectionStop(pAd);
-               pAd->CommonCfg.CarrierDetect.CD_State = CD_NORMAL;
-#endif // CARRIER_DETECTION_SUPPORT //
-
 #ifdef DOT11_N_SUPPORT
                if (pAd->CommonCfg.PhyMode >= PHY_11ABGN_MIXED)
                        AdhocTurnOnQos(pAd);