r8169: allow setting irq coalescing if link is down
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 17 Jun 2020 20:56:27 +0000 (22:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 03:38:36 +0000 (20:38 -0700)
commit51f6291b040ad9ed475af4fd58bb1db53b737475
tree5e4a70009dc42abbddb18c1ae821d960df778ad2
parent9f0b54cd167219266bd3864570ae8f4987b57520
r8169: allow setting irq coalescing if link is down

So far we can not configure irq coalescing when link is down. Allow the
user to do this, and assume that he wants to configure irq coalescing
for highest speed. Otherwise the irq rate is low enough anyway.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c