Re: [patch] d80211: use pfifo_qdisc_ops rather than d80211-specific qdisc
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-11-02 14:22:03
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-11-02 14:22:03
On Thu, 2006-11-02 at 15:05 +0100, Jiri Benc wrote:
- Single device is not as easy as it sounds. It would require rather invasive changes in the networking core or ugly hacks in d80211. I'm afraid this is something not achievable in a near future with current number of people working on d80211. But in general, it's doable and desirable, yes.
Actually, just as a note to all the others (talked to Jiri about it already), I think it's easier than thought since the code is so convoluted. The only purpose of the wmaster device appears to be to have an outgoing frame queue through the qdisc. Since we require the 802.11 qdisc to be installed at the root for all netdevices anyway, we could just as well hand the frame to it right away. I'll look into that later today. johannes