Return-path: Received: from sabertooth02.qualcomm.com ([65.197.215.38]:24727 "EHLO sabertooth02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751507AbbGMRz6 (ORCPT ); Mon, 13 Jul 2015 13:55:58 -0400 From: Peter Oh To: CC: Subject: [PATCH v2 0/3] ath10k: update data path to support QCA99X0 Date: Mon, 13 Jul 2015 10:54:05 -0700 Message-ID: (sfid-20150713_195606_391559_CEE8EEAC) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: This patch series update ath10k HTT Tx/Rx path to support QCA99X0 chip and make it able to run data traffic on both of Tx and Rx path. v2: fixed a type mismatch warning in htt_tx.c Peter Oh (3): ath10k: update tx path to support QCA99X0 ath10k: redefine rx_ppdu_end_common structure to cover qca99x0 ath10k: add support for qca99x0 Rx descriptors drivers/net/wireless/ath/ath10k/htt.h | 13 ++- drivers/net/wireless/ath/ath10k/htt_rx.c | 24 ++-- drivers/net/wireless/ath/ath10k/htt_tx.c | 29 +++-- drivers/net/wireless/ath/ath10k/rx_desc.h | 175 ++++++++++++++++++++++++++++-- 4 files changed, 212 insertions(+), 29 deletions(-) -- 1.9.1