commit | c009f413b79de526a355b6eefa4f900b6c45d5f4 | [log] [tgz] |
---|---|---|
author | Jassi Brar <jaswinder.singh@linaro.org> | Mon Apr 16 12:52:16 2018 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 16 13:46:38 2018 -0400 |
tree | 59a16415de6045b753dfe684adf20acd3813736b | |
parent | eda7d46da443e154cbc8f7c1d68acc5088d38181 [diff] |
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: 533dd11a12f6 ("net: socionext: Add Synquacer NetSec driver") Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>