Return-path: Received: from ebb06.tieto.com ([131.207.168.38]:43240 "EHLO ebb06.tieto.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752024Ab3GVMNp (ORCPT ); Mon, 22 Jul 2013 08:13:45 -0400 From: Michal Kazior To: CC: , Michal Kazior Subject: [PATCH v2 0/4] ath10k: fixes Date: Mon, 22 Jul 2013 14:13:27 +0200 Message-ID: <1374495211-20353-1-git-send-email-michal.kazior@tieto.com> (sfid-20130722_141349_237198_2AD9A560) In-Reply-To: <1374129193-3533-1-git-send-email-michal.kazior@tieto.com> References: <1374129193-3533-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, Here are some fixes for ath10k. The rts threshold patch addresses my mistake in commit 9aeb6fe53d1f0d6e58658484ce9ad7b59f0ef16b which caused rts to be always enabled causing throughput issues in some cases. v2: first patch is split now into two as requested rebased on top of latest github master branch Michal Kazior (4): ath10k: prevent HTC from being used after stopping ath10k: don't reset HTC endpoints unnecessarily ath10k: fix memleak in mac setup ath10k: fix rts/fragmentation threshold setup drivers/net/wireless/ath/ath10k/htc.c | 28 ++++++------ drivers/net/wireless/ath/ath10k/htc.h | 4 +- drivers/net/wireless/ath/ath10k/mac.c | 80 ++++++++++++++++++--------------- 3 files changed, 58 insertions(+), 54 deletions(-) -- 1.7.9.5