On Tue, Aug 19, 2008 at 03:59:38PM +0200, Johannes Berg wrote: > On Tue, 2008-08-19 at 15:44 +0200, Daniel Wagner wrote: > > Bit 4-5 of DSCP should not be considered by classify_d1. The > > 802.11 QoS Priority field is only depending on the precedence level. > > Mind explaining a bit more? I don't even know what DSCP really is, any > good reference? Sure. Cisco has a nice summery: http://www.cisco.com/en/US/tech/tk543/tk757/technologies_tech_note09186a00800949f2.shtml In short DSCP supercedes the 'Type of Service' field in the IP header. It is backwarts compatible, that means prescedence field in TOS maps to the DSCP precedence level. The current code checks if the other bits of the TOS are all zero. This ok for configuration which do only set the precedence level. But RFC 2598 introduces the Expeddited Forwarding (EF) which sets some of those lower bits. I think this test is not necessary and in the case for EF even wrong. daniel -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html