Return-path: Received: from emh04.mail.saunalahti.fi ([62.142.5.110]:39205 "EHLO emh04.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751886AbaCYJPD (ORCPT ); Tue, 25 Mar 2014 05:15:03 -0400 Subject: [PATCH 0/8] ath10k: small cleanups to pci.c To: ath10k@lists.infradead.org From: Kalle Valo Cc: linux-wireless@vger.kernel.org Date: Tue, 25 Mar 2014 11:14:58 +0200 Message-ID: <20140325091311.16651.15747.stgit@potku.adurom.net> (sfid-20140325_101509_457985_C75185EA) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-wireless-owner@vger.kernel.org List-ID: While looking at the cold reset problem I did some cleanup to pci.c. --- Kalle Valo (8): ath10k: cleanup ath10k_pci_wait_for_target_init() ath10k: add module parameter to disable cold reset ath10k: fix name of target_ps module parameter ath10k: advertise only firmware API 2 files ath10k: delete ar_pci->fw_indicator_address ath10k: improve pci debug messages ath10k: add module parameter values to the pci info print ath10k: print chip id during boot drivers/net/wireless/ath/ath10k/core.c | 9 ++ drivers/net/wireless/ath/ath10k/hw.h | 1 drivers/net/wireless/ath/ath10k/pci.c | 125 ++++++++++++++++++++++---------- drivers/net/wireless/ath/ath10k/pci.h | 3 - 4 files changed, 92 insertions(+), 46 deletions(-)