From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sipsolutions.net (s3.sipsolutions.net [5.9.151.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 33D8A3B260 for ; Fri, 30 Sep 2016 07:13:20 -0400 (EDT) Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1bpvki-00006K-Ei; Fri, 30 Sep 2016 13:13:16 +0200 Message-ID: <1475233995.17481.37.camel@sipsolutions.net> From: Johannes Berg To: Toke =?ISO-8859-1?Q?H=F8iland-J=F8rgensen?= , make-wifi-fast@lists.bufferbloat.net, linux-wireless@vger.kernel.org Date: Fri, 30 Sep 2016 13:13:15 +0200 In-Reply-To: <20160922170420.5193-2-toke@toke.dk> (sfid-20160922_190456_435847_847DCAEB) References: <20160922170420.5193-1-toke@toke.dk> <20160922170420.5193-2-toke@toke.dk> (sfid-20160922_190456_435847_847DCAEB) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [Make-wifi-fast] [PATCH v9 1/2] mac80211: Move ieee802111_tx_dequeue() to later in tx.c X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 11:13:20 -0000 On Thu, 2016-09-22 at 19:04 +0200, Toke Høiland-Jørgensen wrote: > The TXQ path restructure requires ieee80211_tx_dequeue() to call TX > handlers and parts of the xmit_fast path. Move the function to later > in tx.c in preparation for this. > Applied. johannes