]> err.no Git - linux-2.6/blobdiff - net/core/rtnetlink.c
mac80211: automatic IBSS channel selection
[linux-2.6] / net / core / rtnetlink.c
index 8ef9f1db610e2d93b991e38d95deb2e02fd79619..71edb8b36341622df50ec48f32127b1be490b19f 100644 (file)
@@ -636,7 +636,7 @@ static int rtnl_fill_ifinfo(struct sk_buff *skb, struct net_device *dev,
        if (dev->master)
                NLA_PUT_U32(skb, IFLA_MASTER, dev->master->ifindex);
 
-       txq = &dev->tx_queue;
+       txq = netdev_get_tx_queue(dev, 0);
        if (txq->qdisc_sleeping)
                NLA_PUT_STRING(skb, IFLA_QDISC, txq->qdisc_sleeping->ops->id);