mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:56:38 +07:00
Staging: et131x: eliminate write only registry fields
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
3bc9da3ed4
commit
c3b4a7a92e
@ -253,8 +253,6 @@ struct et131x_adapter {
|
||||
/* Registry parameters */
|
||||
u8 SpeedDuplex; /* speed/duplex */
|
||||
eFLOW_CONTROL_t RegistryFlowControl; /* for 802.3x flow control */
|
||||
u8 RegistryWOLMatch; /* Enable WOL pattern-matching */
|
||||
u8 RegistryWOLLink; /* Link state change is independant */
|
||||
u8 RegistryPhyComa; /* Phy Coma mode enable/disable */
|
||||
|
||||
u32 RegistryRxMemEnd; /* Size of internal rx memory */
|
||||
@ -269,9 +267,7 @@ struct et131x_adapter {
|
||||
u32 RegistryRxTimeInterval;
|
||||
|
||||
/* Validation helpers */
|
||||
u8 RegistryPMWOL;
|
||||
u8 RegistryNMIDisable;
|
||||
u32 RegistrySCGain;
|
||||
u8 RegistryPhyLoopbk; /* Enable Phy loopback */
|
||||
|
||||
/* Derived from the registry: */
|
||||
|
@ -247,8 +247,6 @@ void et131x_config_parse(struct et131x_adapter *etdev)
|
||||
|
||||
etdev->RegistryVlanTag = PARM_VLAN_TAG_DEF;
|
||||
etdev->RegistryFlowControl = PARM_FLOW_CTL_DEF;
|
||||
etdev->RegistryWOLLink = PARM_WOL_LINK_DEF;
|
||||
etdev->RegistryWOLMatch = PARM_WOL_MATCH_DEF;
|
||||
etdev->RegistryJumboPacket = PARM_JUMBO_PKT_DEF;
|
||||
etdev->RegistryPhyComa = PARM_PHY_COMA_DEF;
|
||||
etdev->RegistryRxNumBuffers = PARM_RX_NUM_BUFS_DEF;
|
||||
@ -257,8 +255,6 @@ void et131x_config_parse(struct et131x_adapter *etdev)
|
||||
etdev->RegistryTxTimeInterval = PARM_TX_TIME_INT_DEF;
|
||||
etdev->RegistryRxMemEnd = PARM_RX_MEM_END_DEF;
|
||||
etdev->RegistryMACStat = PARM_MAC_STAT_DEF;
|
||||
etdev->RegistrySCGain = PARM_SC_GAIN_DEF;
|
||||
etdev->RegistryPMWOL = PARM_PM_WOL_DEF;
|
||||
|
||||
if (et131x_nmi_disable != PARM_NMI_DISABLE_DEF)
|
||||
etdev->RegistryNMIDisable = et131x_nmi_disable;
|
||||
|
Loading…
Reference in New Issue
Block a user