commit | 93882c6f210af5e318cdbe40b320053cff0fa033 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Fri May 01 19:26:22 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri May 01 12:53:06 2020 -0700 |
tree | c60b586ce736efcaa2bea21f01198966fb8c70e4 | |
parent | 3bf6ff3cec5d2b1d8185e76c7fae48ff7021ebd0 [diff] |
r8169: switch from netif_xxx message functions to netdev_xxx Considering the few messages we have in the driver, there's not really a benefit in being able to control them on a message type level. Therefore simplify the code and switch to the netdev_xxx message functions. In addition add net_ratelimit() to messages that can be printed from a hot path. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>