commit | 816f3258e70db38d6d92c8d871377179fd69160f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 08 22:49:00 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 08 22:49:00 2008 -0700 |
tree | 7ab28132592c82e2ac40317733ea1dd7d6f4e5b5 | |
parent | b0e1e6462df3c5944010b3328a546d8fe5d932cd [diff] |
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. Now that our qdisc management is bi-directional, per-queue, and fully orthogonal, there is no reason to have a special ingress qdisc pointer in struct net_device. Signed-off-by: David S. Miller <davem@davemloft.net>