diff options
Diffstat (limited to 'include/net/pkt_sched.h')
-rw-r--r-- | include/net/pkt_sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/pkt_sched.h b/include/net/pkt_sched.h index 2311d242bb35..d58c1a5eb845 100644 --- a/include/net/pkt_sched.h +++ b/include/net/pkt_sched.h | |||
@@ -91,7 +91,7 @@ static inline void qdisc_run(struct netdev_queue *txq) | |||
91 | struct net_device *dev = txq->dev; | 91 | struct net_device *dev = txq->dev; |
92 | 92 | ||
93 | if (!netif_queue_stopped(dev) && | 93 | if (!netif_queue_stopped(dev) && |
94 | !test_and_set_bit(__LINK_STATE_QDISC_RUNNING, &dev->state)) | 94 | !test_and_set_bit(__QUEUE_STATE_QDISC_RUNNING, &txq->state)) |
95 | __qdisc_run(txq); | 95 | __qdisc_run(txq); |
96 | } | 96 | } |
97 | 97 | ||