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 1VlgQ1-0005k6-C7 for ath10k@lists.infradead.org; Wed, 27 Nov 2013 14:48:46 +0000 From: Kalle Valo Subject: Re: [PATCH v2 8/8] ath10k: allow explicit MSI/MSI-X disabling References: <1385125518-13461-1-git-send-email-michal.kazior@tieto.com> <1385384787-12470-1-git-send-email-michal.kazior@tieto.com> <1385384787-12470-9-git-send-email-michal.kazior@tieto.com> Date: Wed, 27 Nov 2013 16:47:49 +0200 In-Reply-To: <1385384787-12470-9-git-send-email-michal.kazior@tieto.com> (Michal Kazior's message of "Mon, 25 Nov 2013 14:06:27 +0100") Message-ID: <87y549gaui.fsf@kamboji.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: Michal Kazior Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Michal Kazior writes: > This can be useful for testing and debugging. > > This introduces new ath10k_pci module parameter > `irq_mode`. By default it is 0, meaning automatic > irq mode (MSI-X as long as both target HW and host > platform supports it). The parameter works on a > best effort basis. > > Signed-off-by: Michal Kazior [...] > +MODULE_PARM_DESC(irq_mode, "0: ayto, 1: legacy, 2: msi (default: 0)"); I fixed this typo ("ayto"). -- 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 sabertooth01.qualcomm.com ([65.197.215.72]:37693 "EHLO sabertooth01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752246Ab3K0Orz (ORCPT ); Wed, 27 Nov 2013 09:47:55 -0500 From: Kalle Valo To: Michal Kazior CC: , Subject: Re: [PATCH v2 8/8] ath10k: allow explicit MSI/MSI-X disabling References: <1385125518-13461-1-git-send-email-michal.kazior@tieto.com> <1385384787-12470-1-git-send-email-michal.kazior@tieto.com> <1385384787-12470-9-git-send-email-michal.kazior@tieto.com> Date: Wed, 27 Nov 2013 16:47:49 +0200 In-Reply-To: <1385384787-12470-9-git-send-email-michal.kazior@tieto.com> (Michal Kazior's message of "Mon, 25 Nov 2013 14:06:27 +0100") Message-ID: <87y549gaui.fsf@kamboji.qca.qualcomm.com> (sfid-20131127_154759_354741_5567E31E) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-wireless-owner@vger.kernel.org List-ID: Michal Kazior writes: > This can be useful for testing and debugging. > > This introduces new ath10k_pci module parameter > `irq_mode`. By default it is 0, meaning automatic > irq mode (MSI-X as long as both target HW and host > platform supports it). The parameter works on a > best effort basis. > > Signed-off-by: Michal Kazior [...] > +MODULE_PARM_DESC(irq_mode, "0: ayto, 1: legacy, 2: msi (default: 0)"); I fixed this typo ("ayto"). -- Kalle Valo