From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Kazior Date: Fri, 19 Apr 2013 10:04:26 +0200 Subject: [ath9k-devel] [PATCH] ath10k: fix HW version/revision names In-Reply-To: <1366354203-24028-1-git-send-email-bartosz.markowski@tieto.com> References: <1366354203-24028-1-git-send-email-bartosz.markowski@tieto.com> Message-ID: <5170FA8A.5010001@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 19/04/13 08:50, Bartosz Markowski wrote: > In this patch only the string values we print > during hw_params initialization. > > Signed-off-by: Bartosz Markowski > --- > drivers/net/wireless/ath/ath10k/core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c > index 8cbdc04..c53c4c6 100644 > --- a/drivers/net/wireless/ath/ath10k/core.c > +++ b/drivers/net/wireless/ath/ath10k/core.c > @@ -46,7 +46,7 @@ enum ath10k_file { > static const struct ath10k_hw_params ath10k_hw_params_list[] = { > { > .id = AR9888_HW_1_0_VERSION, > - .name = "ar9888 rev1 (build 44)", > + .name = "qca9880 hw1.0", Is it 9888 or is it 9880? -- Pozdrawiam / Best regards, Michal Kazior.