Staging: rt28x0: remove support for private driver parameters
[safe/jmp/linux-2.6] / drivers / staging / rt2860 / common / rtmp_init.c
index 3b43101..9e1c73d 100644 (file)
@@ -3439,16 +3439,7 @@ int rt28xx_init(
                goto err3;
        }
 
-       // Read parameters from Config File
-       Status = RTMPReadParametersHook(pAd);
-
        DBGPRINT(RT_DEBUG_OFF, ("1. Phy Mode = %d\n", pAd->CommonCfg.PhyMode));
-       if (Status != NDIS_STATUS_SUCCESS)
-       {
-               DBGPRINT_ERR(("NICReadRegParameters failed, Status[=0x%08x]\n",Status));
-//             goto err4;
-               Status = 0;
-       }
 
 #ifdef RTMP_MAC_USB
        pAd->CommonCfg.bMultipleIRP = FALSE;