mac80211: use multi-queue master netdevice
[deliverable/linux.git] / drivers / net / wireless / ath5k / base.c
index 7d97934265dbd6d2d13b6eced447cd6ca7d7e946..18e9422d26ddee628128a59f5513468338978c15 100644 (file)
@@ -2657,7 +2657,7 @@ ath5k_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
        if (list_empty(&sc->txbuf)) {
                ATH5K_ERR(sc, "no further txbuf available, dropping packet\n");
                spin_unlock_irqrestore(&sc->txbuflock, flags);
-               ieee80211_stop_queue(hw, info->queue);
+               ieee80211_stop_queue(hw, skb_get_queue_mapping(skb));
                return -1;
        }
        bf = list_first_entry(&sc->txbuf, struct ath5k_buf, list);
This page took 0.02443 seconds and 5 git commands to generate.