From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markowski Bartosz Date: Wed, 24 Apr 2013 13:06:54 +0200 Subject: [ath9k-devel] [PATCH 0/7] ath10k: more cleanup In-Reply-To: <87ppxk6vi5.fsf@kamboji.qca.qualcomm.com> References: <1366715206-29511-1-git-send-email-bartosz.markowski@tieto.com> <87ppxk6vi5.fsf@kamboji.qca.qualcomm.com> Message-ID: <5177BCCE.5060800@tieto.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 24/04/13 13:03, Kalle Valo wrote: > Bartosz Markowski writes: > >> Bartosz Markowski (7): >> ath10k: Print more elgant HW name/version >> ath10k: shift ath10k_generic_iter structure to mac header >> ath10k: kill HIF_TYPE_AR9888 >> ath10k: shift REG_DUMP_COUNT_AR9888 to pci block >> ath10k: move DIAG_TRANSFER_LIMIT to pci block >> ath10k: remove leftover prototypes >> ath10k: rename ath10k_pci_wait_for_target_to_awake > Thanks, applied. Patch 4 had conflicts but git took care of that. > > But there's a new warning now: > > drivers/net/wireless/ath/ath10k/pci.c: In function 'ath10k_pci_probe': > drivers/net/wireless/ath/ath10k/pci.c:2150:6: warning: unused variable 'hif_type' [-Wunused-variable] > > oops, sorry. I will fix it. Bartosz