commit | e0bbe7cbb3c5ff72d680993edf89db2391e80d5d | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Mon Oct 21 21:22:42 2019 +0200 |
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Oct 22 11:27:01 2019 -0700 |
tree | 62d2dad9f1804a0f995b2eeadfadc8429bcbb8c2 | |
parent | 2df49d36549808a7357ad9f78b7a8e39516e7809 [diff] |
r8169: simplify setting PCI_EXP_DEVCTL_NOSNOOP_EN r8168b_0_hw_jumbo_enable() and r8168b_0_hw_jumbo_disable() both do the same and just set PCI_EXP_DEVCTL_NOSNOOP_EN. We can simplify the code by moving this setting for RTL8168B to rtl_hw_start_8168(). Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>