]> git.baikalelectronics.ru Git - kernel.git/commit
net: qca_spi: Avoid packet drop during initial sync
authorStefan Wahren <stefan.wahren@i2se.com>
Wed, 18 Jul 2018 06:31:43 +0000 (08:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jul 2018 22:19:08 +0000 (15:19 -0700)
commit3e63819d61ffe7081518763f281157979e770b90
treec32dfd296f4c32601bd2ccecf8ff91be8021f950
parentda7e98735f9c79a3a6169cadc6d82c4d71f0cbbf
net: qca_spi: Avoid packet drop during initial sync

As long as the synchronization with the QCA7000 isn't finished, we
cannot accept packets from the upper layers. So let the SPI thread
enable the TX queue after sync and avoid unwanted packet drop.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Fixes: a7a0fb77657e ("net: qualcomm: new Ethernet over SPI driver for QCA7000")
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/qca_spi.c