]> Git Repo - linux.git/commit
net: bgmac: Start transmit queue in bgmac_open
authorFlorian Fainelli <[email protected]>
Thu, 23 Jun 2016 21:25:32 +0000 (14:25 -0700)
committerDavid S. Miller <[email protected]>
Tue, 28 Jun 2016 08:22:17 +0000 (04:22 -0400)
commitc3897f2a69e54dd113fc9abd2daf872e5b495798
tree0136e597418a64c1f4c21010c9dced5e0a039140
parentd2b13233879ca1268a1c027d4573109e5a777811
net: bgmac: Start transmit queue in bgmac_open

The driver does not start the transmit queue in bgmac_open(). If the
queue was stopped prior to closing then re-opening the interface, we
would never be able to wake-up again.

Fixes: dd4544f05469 ("bgmac: driver for GBit MAC core on BCMA bus")
Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/broadcom/bgmac.c
This page took 0.054932 seconds and 4 git commands to generate.