aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index b195a34440bb..4bf314fe2145 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1939,6 +1939,7 @@ static inline void netdev_completed_queue(struct net_device *dev,
1939static inline void netdev_tx_reset_queue(struct netdev_queue *q) 1939static inline void netdev_tx_reset_queue(struct netdev_queue *q)
1940{ 1940{
1941#ifdef CONFIG_BQL 1941#ifdef CONFIG_BQL
1942 clear_bit(__QUEUE_STATE_STACK_XOFF, &q->state);
1942 dql_reset(&q->dql); 1943 dql_reset(&q->dql);
1943#endif 1944#endif
1944} 1945}