]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/rt2860/common/cmm_profile.c
Staging: rt28x0: remove optional loading of EEPROM from file in eFuse mode
[net-next-2.6.git] / drivers / staging / rt2860 / common / cmm_profile.c
index 056cffda42b105d0af5ee623ea7c3b866b0facda..117ee0777284b28f52a498a8d4690468edf2d28e 100644 (file)
@@ -1194,16 +1194,6 @@ NDIS_STATUS      RTMPSetProfileParameters(
                        retval = RT_CfgSetCountryRegion(pAd, tmpbuf, BAND_5G);
                        DBGPRINT(RT_DEBUG_TRACE, ("CountryRegionABand=%d\n", pAd->CommonCfg.CountryRegionForABand));
                }
-#ifdef RTMP_EFUSE_SUPPORT
-#ifdef RT30xx
-               //EfuseBufferMode
-               if(RTMPGetKeyParameter("EfuseBufferMode", tmpbuf, 25, pBuffer, TRUE))
-               {
-                       pAd->bEEPROMFile = (UCHAR) simple_strtol(tmpbuf, 0, 10);
-                       DBGPRINT(RT_DEBUG_TRACE, ("EfuseBufferMode=%d\n", pAd->bUseEfuse));
-               }
-#endif // RT30xx //
-#endif // RTMP_EFUSE_SUPPORT //
                //CountryCode
                if(RTMPGetKeyParameter("CountryCode", tmpbuf, 25, pBuffer, TRUE))
                {