All of lore.kernel.org
 help / color / mirror / Atom feed
* Missing iwlwifi firmwares ?
@ 2012-04-21 21:44 Thomas Backlund
  2012-04-21 21:59 ` Johannes Berg
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Backlund @ 2012-04-21 21:44 UTC (permalink / raw)
  To: linux-wireless


Hi,

When reviewing our firmware packages I noticed a few missing iwlwifi
firmwares according to kernel-3,3,1


# modinfo iwlwifi
filename:
/lib/modules/3.3.1-desktop-2.mga2/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko.xz
alias:          iwlagn
license:        GPL
author:         Copyright(c) 2003-2011 Intel Corporation
<ilw@linux.intel.com>
version:        in-tree:d
description:    Intel(R) Wireless WiFi Link AGN driver for Linux

[...]
firmware:       iwlwifi-6000g2a-6.ucode
firmware:       iwlwifi-100-6.ucode
firmware:       iwlwifi-1000-6.ucode
[...]

Theese three are missing from:
http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary

http://intellinuxwireless.org/?n=Downloads


The API 5 ucodes are awailable, but the driver expect API 6...

So..., when will they be available ?
--
Thomas

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing iwlwifi firmwares ?
  2012-04-21 21:44 Missing iwlwifi firmwares ? Thomas Backlund
@ 2012-04-21 21:59 ` Johannes Berg
  2012-04-21 22:21   ` Thomas Backlund
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Berg @ 2012-04-21 21:59 UTC (permalink / raw)
  To: Thomas Backlund; +Cc: linux-wireless

On Sun, 2012-04-22 at 00:44 +0300, Thomas Backlund wrote:

> When reviewing our firmware packages I noticed a few missing iwlwifi
> firmwares according to kernel-3,3,1

> [...]
> firmware:       iwlwifi-6000g2a-6.ucode
> firmware:       iwlwifi-100-6.ucode
> firmware:       iwlwifi-1000-6.ucode
> [...]
> 
> Theese three are missing from:
> http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
> 
> http://intellinuxwireless.org/?n=Downloads
> 
> 
> The API 5 ucodes are awailable, but the driver expect API 6...
> 
> So..., when will they be available ?

We don't really know, but it was really just due to a bug in the driver,
it should use MODULE_FIRMWARE with the latest released rather than the
latest testing version -- there's a patch in our queue to fix that.

johannes


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing iwlwifi firmwares ?
  2012-04-21 21:59 ` Johannes Berg
@ 2012-04-21 22:21   ` Thomas Backlund
  2012-04-22  0:34     ` Guy, Wey-Yi
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Backlund @ 2012-04-21 22:21 UTC (permalink / raw)
  To: linux-wireless

22.04.2012 00:59, Johannes Berg skrev:
> On Sun, 2012-04-22 at 00:44 +0300, Thomas Backlund wrote:
> 
>> When reviewing our firmware packages I noticed a few missing iwlwifi
>> firmwares according to kernel-3,3,1
> 
>> [...]
>> firmware:       iwlwifi-6000g2a-6.ucode
>> firmware:       iwlwifi-100-6.ucode
>> firmware:       iwlwifi-1000-6.ucode
>> [...]
>>
>> Theese three are missing from:
>> http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
>>
>> http://intellinuxwireless.org/?n=Downloads
>>
>>
>> The API 5 ucodes are awailable, but the driver expect API 6...
>>
>> So..., when will they be available ?
> 
> We don't really know, but it was really just due to a bug in the driver,
> it should use MODULE_FIRMWARE with the latest released rather than the
> latest testing version -- there's a patch in our queue to fix that.
> 
> johannes
> 

Any pointers to that patch ?

We are entering RC stage in less than 2 weeks.

--
Thoma

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing iwlwifi firmwares ?
  2012-04-21 22:21   ` Thomas Backlund
@ 2012-04-22  0:34     ` Guy, Wey-Yi
  2012-04-22  9:41       ` Thomas Backlund
  0 siblings, 1 reply; 6+ messages in thread
From: Guy, Wey-Yi @ 2012-04-22  0:34 UTC (permalink / raw)
  To: Thomas Backlund; +Cc: linux-wireless

it is already in the iwlwifi tree 
 http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=summary

From: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com>
Date: Wed, 11 Apr 2012 11:33:36 -0700
Subject: [PATCH 1/1] iwlwifi: use correct released ucode version

Report correctly the latest released version
of the iwlwifi firmware for all
iwlwifi-supported devices.

Signed-off-by: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>

I will push it to 3.4 tomorrow.

Thanks
Wey

On Sun, 2012-04-22 at 01:21 +0300, Thomas Backlund wrote:
> 22.04.2012 00:59, Johannes Berg skrev:
> > On Sun, 2012-04-22 at 00:44 +0300, Thomas Backlund wrote:
> > 
> >> When reviewing our firmware packages I noticed a few missing iwlwifi
> >> firmwares according to kernel-3,3,1
> > 
> >> [...]
> >> firmware:       iwlwifi-6000g2a-6.ucode
> >> firmware:       iwlwifi-100-6.ucode
> >> firmware:       iwlwifi-1000-6.ucode
> >> [...]
> >>
> >> Theese three are missing from:
> >> http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
> >>
> >> http://intellinuxwireless.org/?n=Downloads
> >>
> >>
> >> The API 5 ucodes are awailable, but the driver expect API 6...
> >>
> >> So..., when will they be available ?
> > 
> > We don't really know, but it was really just due to a bug in the driver,
> > it should use MODULE_FIRMWARE with the latest released rather than the
> > latest testing version -- there's a patch in our queue to fix that.
> > 
> > johannes
> > 
> 
> Any pointers to that patch ?
> 
> We are entering RC stage in less than 2 weeks.
> 
> --
> Thoma
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing iwlwifi firmwares ?
  2012-04-22  0:34     ` Guy, Wey-Yi
@ 2012-04-22  9:41       ` Thomas Backlund
  2012-04-22 14:21         ` Guy, Wey-Yi
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Backlund @ 2012-04-22  9:41 UTC (permalink / raw)
  To: linux-wireless

22.04.2012 03:34, Guy, Wey-Yi skrev:
> it is already in the iwlwifi tree 
>  http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=summary
> 
> From: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com>
> Date: Wed, 11 Apr 2012 11:33:36 -0700
> Subject: [PATCH 1/1] iwlwifi: use correct released ucode version
> 
> Report correctly the latest released version
> of the iwlwifi firmware for all
> iwlwifi-supported devices.
> 
> Signed-off-by: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com>
> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
> 
> I will push it to 3.4 tomorrow.
> 
> Thanks
> Wey


Found it, thanks!

btw, shouldn't that patch have a cc: stable@ for atleast 3.3 ?

--
Thomas


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing iwlwifi firmwares ?
  2012-04-22  9:41       ` Thomas Backlund
@ 2012-04-22 14:21         ` Guy, Wey-Yi
  0 siblings, 0 replies; 6+ messages in thread
From: Guy, Wey-Yi @ 2012-04-22 14:21 UTC (permalink / raw)
  To: Thomas Backlund; +Cc: linux-wireless

On Sun, 2012-04-22 at 12:41 +0300, Thomas Backlund wrote:
> 22.04.2012 03:34, Guy, Wey-Yi skrev:
> > it is already in the iwlwifi tree 
> >  http://git.kernel.org/?p=linux/kernel/git/iwlwifi/iwlwifi.git;a=summary
> > 
> > From: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com>
> > Date: Wed, 11 Apr 2012 11:33:36 -0700
> > Subject: [PATCH 1/1] iwlwifi: use correct released ucode version
> > 
> > Report correctly the latest released version
> > of the iwlwifi firmware for all
> > iwlwifi-supported devices.
> > 
> > Signed-off-by: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com>
> > Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
> > 
> > I will push it to 3.4 tomorrow.
> > 
> > Thanks
> > Wey
> 
> 
> Found it, thanks!
> 
> btw, shouldn't that patch have a cc: stable@ for atleast 3.3 ?
> 
Yes, I am preparing the patch to push today

Thanks
Wey


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-22 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-21 21:44 Missing iwlwifi firmwares ? Thomas Backlund
2012-04-21 21:59 ` Johannes Berg
2012-04-21 22:21   ` Thomas Backlund
2012-04-22  0:34     ` Guy, Wey-Yi
2012-04-22  9:41       ` Thomas Backlund
2012-04-22 14:21         ` Guy, Wey-Yi

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.