[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B4382EE.4080706@redfish-solutions.com>
Date: Tue, 05 Jan 2010 10:20:30 -0800
From: "Philip A. Prindeville" <philipp_subx@...fish-solutions.com>
To: Torsten Schmidt <torsten.schmidt@...06.tu-chemnitz.de>
CC: netdev@...r.kernel.org
Subject: Re: Still using IPTOS_TOS() in kernel? Really???
On 01/05/2010 07:35 AM, Torsten Schmidt wrote:
>> 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
I'm running 2.6.27.42.
--
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