All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleksij Rempel <linux@rempel-privat.de>
To: Julian Calaby <julian.calaby@gmail.com>
Cc: ath9k-devel@qca.qualcomm.com, kvalo@codeaurora.org,
	linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] ath9k_htc: introduce support for different fw versions
Date: Mon, 15 Jun 2015 20:55:35 +0200	[thread overview]
Message-ID: <557F1FA7.5060802@rempel-privat.de> (raw)
In-Reply-To: <CAGRGNgUWJ-LDgdxe1TJw2YOroMKaYDj3ehUu7j_zoqX17BxbjQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1421 bytes --]

Am 15.06.2015 um 01:27 schrieb Julian Calaby:
> Hi Oleksij,
> 
> On Mon, Jun 15, 2015 at 2:12 AM, Oleksij Rempel <linux@rempel-privat.de> wrote:
>> Current kernel support only one fw name with theoretically only one
>> fw version. By replacing fw with other version we will break compatibility
>> with older kernels.
>>
>> To avoid this kind of regression this patch will reuse fw version model
>> from iwlwifi driver.
>>
>> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
>> ---
>>  drivers/net/wireless/ath/ath9k/hif_usb.c      | 102 ++++++++++++++++++++------
>>  drivers/net/wireless/ath/ath9k/hif_usb.h      |  13 +++-
>>  drivers/net/wireless/ath/ath9k/htc_drv_init.c |   4 +
>>  3 files changed, 95 insertions(+), 24 deletions(-)
>>
>> diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c
>> index 10c02f5..18407f2 100644
>> --- a/drivers/net/wireless/ath/ath9k/hif_usb.c
>> +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
>> @@ -17,10 +17,6 @@
>>  #include <asm/unaligned.h>
>>  #include "htc.h"
>>
>> -/* identify firmware images */
>> -#define FIRMWARE_AR7010_1_1     "htc_7010.fw"
>> -#define FIRMWARE_AR9271         "htc_9271.fw"
>> -
>>  MODULE_FIRMWARE(FIRMWARE_AR7010_1_1);
>>  MODULE_FIRMWARE(FIRMWARE_AR9271);
> 
> Shouldn't you declare the versioned firmware names here too?

Thank you.


-- 
Regards,
Oleksij


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

  reply	other threads:[~2015-06-15 18:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-14 16:12 [PATCH] ath9k_htc: introduce support for different fw versions Oleksij Rempel
2015-06-14 23:27 ` Julian Calaby
2015-06-15 18:55   ` Oleksij Rempel [this message]
2015-06-15 18:57   ` Oleksij Rempel
2015-06-15 18:58   ` [PATCH v2] " Oleksij Rempel
2015-07-03  4:07     ` Oleksij Rempel
2015-07-03 10:53       ` Kalle Valo
2015-07-03 17:43         ` Oleksij Rempel
2015-07-12 12:17     ` Kalle Valo
2015-07-12 17:42       ` [PATCH v3] " Oleksij Rempel
2015-08-14  5:12       ` Oleksij Rempel
2015-09-06 10:55         ` Kalle Valo
2015-09-06 11:01           ` Oleksij Rempel
2015-09-06 13:16             ` Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=557F1FA7.5060802@rempel-privat.de \
    --to=linux@rempel-privat.de \
    --cc=ath9k-devel@qca.qualcomm.com \
    --cc=julian.calaby@gmail.com \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.