From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael =?UTF-8?B?QsO8c2No?= Date: Wed, 24 Aug 2011 21:53:09 +0200 Subject: [RFC/RFT] b43: Relax requirement for descriptors to be in the DMA zone In-Reply-To: <4e5553a8.vSmpTZc2Cr8jeze3%Larry.Finger@lwfinger.net> References: <4e5553a8.vSmpTZc2Cr8jeze3%Larry.Finger@lwfinger.net> Message-ID: <20110824215309.2f2cbb73@milhouse> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Larry Finger Cc: zajec5@gmail.com, Michael Buesch , b43-dev@lists.infradead.org, linux-wireless@vger.kernel.org On Wed, 24 Aug 2011 14:40:24 -0500 Larry Finger wrote: > @Rafal - Incorporate this in your other patch. I would rather like to have this as a separate patch and have Rafal's other patch apply on _top_ of this. > @@ -903,7 +896,7 @@ struct b43_dmaring *b43_setup_dmaring(st > kfree(ring->txhdr_cache); > ring->txhdr_cache = kcalloc(ring->nr_slots / TX_SLOTS_PER_FRAME, > b43_txhdr_size(dev), > - GFP_KERNEL | GFP_DMA); > + GFP_KERNEL); > if (!ring->txhdr_cache) > goto err_kfree_meta; > > Why are you removing this? Seems wrong to me. This seems to be part of the bounce-buffer mechanism, that we _do_ still need for legacy 30bit devices. -- Greetings, Michael.