Return-path: Received: from mu-out-0910.google.com ([209.85.134.191]:15051 "EHLO mu-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763716AbXFAVAR (ORCPT ); Fri, 1 Jun 2007 17:00:17 -0400 Received: by mu-out-0910.google.com with SMTP id i10so839754mue for ; Fri, 01 Jun 2007 14:00:16 -0700 (PDT) Message-ID: <7b4bf7ff0706011400g3d03afb6n18106773f18fade6@mail.gmail.com> Date: Fri, 1 Jun 2007 23:00:16 +0200 From: "Olivier Cornu" To: "Michael Buesch" Subject: Re: [PATCH] mac80211: Update stop_queues kdoc Cc: linux-wireless@vger.kernel.org In-Reply-To: <200706012242.52226.mb@bu3sch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed References: <200706011129.12432.mb@bu3sch.de> <7b4bf7ff0706010455t75b1e2bdq46585ac9d74bc0ae@mail.gmail.com> <200706012242.52226.mb@bu3sch.de> Sender: linux-wireless-owner@vger.kernel.org List-ID: 2007/6/1, Michael Buesch : > On Friday 01 June 2007 13:55:31 Olivier Cornu wrote: > > Unless i missed something, stop_queue() isn't called outside of the tx > > handler in bcm43xx code... > > You missed something. The only call to ieee80211_stop_queue() grep can find is in bcm43xx_dma.c:1171, i.e. bcm43xx_dma_tx(). And bcm43xx_dma_tx() is only called from bcm43xx_tx(). What did i miss? -- Olivier Cornu