Skip to content

Commit ebbdf07

Browse files
littleqypMichaIng
authored andcommitted
can: starfive: drop flow control to fix buffer blocking issue
drop flow control to fix buffer blocking issue Signed-off-by: William Qiu <william.qiu@starfivetech.com>
1 parent 8117aa3 commit ebbdf07

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/net/can/ipms_canfd.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,6 @@ static netdev_tx_t canfd_driver_start_xmit(struct sk_buff *skb, struct net_devic
557557
if (can_dropped_invalid_skb(ndev, skb))
558558
return NETDEV_TX_OK;
559559

560-
netif_stop_queue(ndev);
561-
562560
switch (priv->tx_mode) {
563561
case XMIT_FULL:
564562
return NETDEV_TX_BUSY;

0 commit comments

Comments
 (0)