Return-path: Received: from ebb05.tieto.com ([131.207.168.36]:48557 "EHLO ebb05.tieto.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752765Ab3JBJDu (ORCPT ); Wed, 2 Oct 2013 05:03:50 -0400 From: Michal Kazior To: CC: , Michal Kazior Subject: [PATCH v2 0/4] ath10k: clean ups Date: Wed, 2 Oct 2013 11:03:37 +0200 Message-ID: <1380704621-4670-1-git-send-email-michal.kazior@tieto.com> (sfid-20131002_110354_329881_B796DD0F) In-Reply-To: <1380292706-3609-1-git-send-email-michal.kazior@tieto.com> References: <1380292706-3609-1-git-send-email-michal.kazior@tieto.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi, First two patches are non-functional changes. The latter two should remove some overhead from TX path and CE processing. Nothing extraordinary. PATCH v2: * add commit messages for patch #1 and #2 (Kalle) Michal Kazior (4): ath10k: split tid calculation from tx function ath10k: split vdev_id calculation from tx function ath10k: remove ce_sendlist_send ath10k: remove num_sends_allowed drivers/net/wireless/ath/ath10k/ce.c | 35 ++++++------------------ drivers/net/wireless/ath/ath10k/ce.h | 16 +---------- drivers/net/wireless/ath/ath10k/mac.c | 48 ++++++++++++++++++++------------- drivers/net/wireless/ath/ath10k/pci.c | 25 +++-------------- drivers/net/wireless/ath/ath10k/pci.h | 3 --- 5 files changed, 42 insertions(+), 85 deletions(-) -- 1.7.9.5