]> git.baikalelectronics.ru Git - kernel.git/commit
net: netsec: enable tx-irq during open callback
authorJassi Brar <jaswinder.singh@linaro.org>
Mon, 16 Apr 2018 07:22:16 +0000 (12:52 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Apr 2018 17:46:38 +0000 (13:46 -0400)
commitdc6e48194442eb9f4f9e0a05ad13f8c3773063b4
tree59a16415de6045b753dfe684adf20acd3813736b
parent8465eee7a3ddaf60a175f7713cb1032a7d6526ce
net: netsec: enable tx-irq during open callback

Enable TX-irq as well during ndo_open() as we can not count upon
RX to arrive early enough to trigger the napi. This patch is critical
for installation over network.

Fixes: f58ac80bf63d ("net: socionext: Add Synquacer NetSec driver")
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/socionext/netsec.c