Staging: rt3070: remove needless EFUSE_TAG register read
[firefly-linux-kernel-4.4.55.git] / drivers / staging / rt2860 / common / rtmp_init.c
index 92204051d020a5dcd91e8fdd4129fbfde5c2b470..182106472066610547b096174e5424c8494b9df5 100644 (file)
@@ -1762,14 +1762,6 @@ VOID     NICReadEEPROMParameters(
 
        RTMPReadTxPwrPerRate(pAd);
 
-#ifdef RT30xx
-       if (IS_RT30xx(pAd))
-       {
-               eFusePhysicalReadRegisters(pAd, EFUSE_TAG, 2, &value);
-               pAd->EFuseTag = (value & 0xff);
-       }
-#endif // RT30xx //
-
        DBGPRINT(RT_DEBUG_TRACE, ("<-- NICReadEEPROMParameters\n"));
 }