Staging: rt3070: remove needless EFUSE_TAG register read
* remove write-only EFuseTag field from RTMP_ADAPTER * remove needless EFUSE_TAG register read Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
9a5e59add3
commit
b19925513b
|
@ -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"));
|
||||
}
|
||||
|
||||
|
|
|
@ -2669,7 +2669,6 @@ typedef struct _RTMP_ADAPTER
|
|||
USHORT EEPROMDefaultValue[NUM_EEPROM_BBP_PARMS];
|
||||
#ifdef RT30xx
|
||||
BOOLEAN EepromAccess;
|
||||
UCHAR EFuseTag;
|
||||
#endif
|
||||
ULONG FirmwareVersion; // byte 0: Minor version, byte 1: Major version, otherwise unused.
|
||||
|
||||
|
|
Loading…
Reference in New Issue