commit | 0c28a63a47bfa7497e4dce79f6bb53a00d8f6aa0 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Wed Jun 17 22:54:18 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 18 20:38:36 2020 -0700 |
tree | 87a88515e4fd2084d95cdeffbb310ecd27db82d9 | |
parent | 7190aeece918cad9b601789bee58877a6c2eeed8 [diff] |
r8169: move napi_disable call and rename rtl8169_hw_reset rtl8169_hw_reset() meanwhile does more than a hw reset, therefore rename it to rtl8169_cleanup(). In addition move calling napi_disable() to this function. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>