diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/wme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/wme.c b/net/mac80211/wme.c index 6e8099e77043..07edda0b8a5c 100644 --- a/net/mac80211/wme.c +++ b/net/mac80211/wme.c | |||
@@ -289,7 +289,7 @@ void ieee80211_requeue(struct ieee80211_local *local, int queue) | |||
289 | root_lock = qdisc_root_lock(qdisc); | 289 | root_lock = qdisc_root_lock(qdisc); |
290 | 290 | ||
291 | spin_lock(root_lock); | 291 | spin_lock(root_lock); |
292 | qdisc->enqueue(skb, qdisc); | 292 | qdisc_enqueue_root(skb, qdisc); |
293 | spin_unlock(root_lock); | 293 | spin_unlock(root_lock); |
294 | } | 294 | } |
295 | 295 | ||