[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201001051635.59914.schmto@hrz.tu-chemnitz.de>
Date: Tue, 5 Jan 2010 16:35:59 +0100
From: Torsten Schmidt <torsten.schmidt@...06.tu-chemnitz.de>
To: "Philip A. Prindeville" <philipp_subx@...fish-solutions.com>,
netdev@...r.kernel.org
Subject: Re: Still using IPTOS_TOS() in kernel? Really???
> Can you extend the patch to include classify_1d() in net/mac80211/wme.c?
>
> I'm thinking:
>
> }
>
> - if (dscp & 0x1c)
> +#if !defined(CONFIG_IP_DIFFSERV_COMPLIANT)
> + if (IPTOS_TOS(dscp) & ~IPTOS_LOWCOST)
> return 0;
> +#endif
> return dscp >> 5;
> }
This code segment seems to be older stuff. Its not in 2.6.32.
Torsten
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists