diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2018-04-28 22:19:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-30 09:38:19 -0400 |
commit | 3559d81e76bfe3803e89f2e04cf6ef7ab4f3aace (patch) | |
tree | bbbd15e7bafa0840dee0a66831ac53ba74da5649 /lib/mpi/mpi-bit.c | |
parent | 12d42c505eb18c0d1f70ec36cea022bb195e7ba7 (diff) |
r8169: simplify rtl_hw_start_8169
Currently done:
- if mac_version in (01, 02, 03, 04)
RTL_W8(tp, ChipCmd, CmdTxEnb | CmdRxEnb);
- if mac_version in (01, 02, 03, 04)
rtl_set_rx_tx_config_registers(tp);
- if mac_version not in (01, 02, 03, 04)
RTL_W8(tp, ChipCmd, CmdTxEnb | CmdRxEnb);
rtl_set_rx_tx_config_registers(tp);
So we do exactly the same independent of chip version and can simplify
the code.
In addition remove the call to rtl_init_rxcfg(), it's called in
rtl_init_one() already and the set bits are never touched later.
rtl_init_8168/8101 don't include this call either.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions