From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VK9eg-0006ZH-52 for ath10k@lists.infradead.org; Thu, 12 Sep 2013 16:22:06 +0000 From: Kalle Valo Subject: Re: [PATCH] ath10k: delete struct ce_sendlist References: <20130908153611.4572.43965.stgit@localhost6.localdomain6> Date: Thu, 12 Sep 2013 19:21:43 +0300 In-Reply-To: <20130908153611.4572.43965.stgit@localhost6.localdomain6> (Kalle Valo's message of "Sun, 08 Sep 2013 18:36:11 +0300") Message-ID: <871u4uf1t4.fsf@qca.qualcomm.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org Kalle Valo writes: > struct ce_sendlist is useless as we always add just one buffer onto it. > And most importantly, it's ugly as it doesn't use skb properly. > > Signed-off-by: Kalle Valo Applied. -- Kalle Valo _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:60475 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754073Ab3ILQVp (ORCPT ); Thu, 12 Sep 2013 12:21:45 -0400 From: Kalle Valo To: CC: Subject: Re: [PATCH] ath10k: delete struct ce_sendlist References: <20130908153611.4572.43965.stgit@localhost6.localdomain6> Date: Thu, 12 Sep 2013 19:21:43 +0300 In-Reply-To: <20130908153611.4572.43965.stgit@localhost6.localdomain6> (Kalle Valo's message of "Sun, 08 Sep 2013 18:36:11 +0300") Message-ID: <871u4uf1t4.fsf@qca.qualcomm.com> (sfid-20130912_182148_189938_BF3069F6) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-wireless-owner@vger.kernel.org List-ID: Kalle Valo writes: > struct ce_sendlist is useless as we always add just one buffer onto it. > And most importantly, it's ugly as it doesn't use skb properly. > > Signed-off-by: Kalle Valo Applied. -- Kalle Valo