Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:60049 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753636Ab0KPTZc (ORCPT ); Tue, 16 Nov 2010 14:25:32 -0500 Subject: Re: [PATCH 7/9] rt2x00: Fix rt2800 USB TX Path DMA issue From: Johannes Berg To: Ivo Van Doorn Cc: Johannes Stezenbach , Helmut Schaa , jay_hung@ralinktech.com, linux-wireless@vger.kernel.org, users@rt2x00.serialmonkey.com, Walter Goldens , "John W. Linville" In-Reply-To: References: <201011131911.47346.IvDoorn@gmail.com> <201011161742.08503.helmut.schaa@googlemail.com> <20101116165302.GA29570@sig21.net> <201011161800.40654.helmut.schaa@googlemail.com> <20101116190654.GA3659@sig21.net> Content-Type: text/plain; charset="UTF-8" Date: Tue, 16 Nov 2010 11:26:43 -0800 Message-ID: <1289935603.3673.3.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2010-11-16 at 20:23 +0100, Ivo Van Doorn wrote: > However what I meant, is when skb->priority is 0, must the highest or the lowest > priority be assumed? If it is the highest priority, then rt2x00 uses > the incorrect > naming, and all what is needed is to rename the fields everywhere in rt2x00. > However is it is the lowest priority, then the naming is correct, and we must > change the meaning, in which case we must rename and meaning. I'm working on this: http://johannes.sipsolutions.net/patches/kernel/all/LATEST/012-mac80211-ac-defines.patch 0 is highest prio (AC_VO) johannes