Ethereal-dev: Re: [Ethereal-dev] patch to packet-ieee80211.c for parsing QoS info

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Sat, 22 May 2004 02:00:58 +0200
On Fri, May 21, 2004 at 03:24:28PM -0700, Henry Ptasinski wrote:
> +#define WME
...
> +#ifdef WME
> +#define COOK_QOS_PRIORITY(x)    ((x) & 0x0007)
> +#define COOK_QOS_ACK_POLICY(x)  (((x) & 0x0060) >> 5)
> +#endif

Is there a reason for the #define WME? If not, please remove it.

Ciao
       Joerg