Linux-Wireless Archive mirror
 help / color / mirror / Atom feed
* [PATCH wireless-2.6] iwlagn: Support new 5000 microcode.
@ 2011-02-21 20:05 Wey-Yi Guy
  2011-02-21 20:29 ` [ipw3945-devel] " Gábor Stefanik
  0 siblings, 1 reply; 3+ messages in thread
From: Wey-Yi Guy @ 2011-02-21 20:05 UTC (permalink / raw
  To: linville; +Cc: linux-wireless, ipw3945-devel, Fry, Donald H, Wey-Yi Guy, stable

From: Fry, Donald H <donald.h.fry@intel.com>

New iwlwifi-5000 microcode requires driver support for API version 5.

Signed-off-by: Don Fry <donald.h.fry@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
CC: stable@kernel.org
---
these patches are also available from wireless-2.6 branch on
 git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git

 drivers/net/wireless/iwlwifi/iwl-5000.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c
index 79ab0a6..537fb8c 100644
--- a/drivers/net/wireless/iwlwifi/iwl-5000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-5000.c
@@ -51,7 +51,7 @@
 #include "iwl-agn-debugfs.h"
 
 /* Highest firmware API version supported */
-#define IWL5000_UCODE_API_MAX 2
+#define IWL5000_UCODE_API_MAX 5
 #define IWL5150_UCODE_API_MAX 2
 
 /* Lowest firmware API version supported */
-- 
1.7.0.4


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

* Re: [ipw3945-devel] [PATCH wireless-2.6] iwlagn: Support new 5000 microcode.
  2011-02-21 20:05 [PATCH wireless-2.6] iwlagn: Support new 5000 microcode Wey-Yi Guy
@ 2011-02-21 20:29 ` Gábor Stefanik
  2011-02-21 21:07   ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Gábor Stefanik @ 2011-02-21 20:29 UTC (permalink / raw
  To: Wey-Yi Guy; +Cc: linville, stable, linux-wireless, Fry, Donald H, ipw3945-devel

On Mon, Feb 21, 2011 at 9:05 PM, Wey-Yi Guy <wey-yi.w.guy@intel.com> wrote:
> From: Fry, Donald H <donald.h.fry@intel.com>
>
> New iwlwifi-5000 microcode requires driver support for API version 5.
>
> Signed-off-by: Don Fry <donald.h.fry@intel.com>
> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
> CC: stable@kernel.org
> ---
> these patches are also available from wireless-2.6 branch on
>  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
>
>  drivers/net/wireless/iwlwifi/iwl-5000.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c
> index 79ab0a6..537fb8c 100644
> --- a/drivers/net/wireless/iwlwifi/iwl-5000.c
> +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c
> @@ -51,7 +51,7 @@
>  #include "iwl-agn-debugfs.h"
>
>  /* Highest firmware API version supported */
> -#define IWL5000_UCODE_API_MAX 2
> +#define IWL5000_UCODE_API_MAX 5

Where are versions 3 and 4?

>  #define IWL5150_UCODE_API_MAX 2
>
>  /* Lowest firmware API version supported */
> --
> 1.7.0.4
>
>
> ------------------------------------------------------------------------------
> Free Software Download:
> Index, Search & Analyze Logs and other IT data in Real-Time with Splunk
> _______________________________________________
> Ipw3945-devel mailing list
> Ipw3945-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipw3945-devel
>



-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)

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

* Re: [ipw3945-devel] [PATCH wireless-2.6] iwlagn: Support new 5000 microcode.
  2011-02-21 20:29 ` [ipw3945-devel] " Gábor Stefanik
@ 2011-02-21 21:07   ` Johannes Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2011-02-21 21:07 UTC (permalink / raw
  To: Gábor Stefanik
  Cc: Wey-Yi Guy, linville, stable, linux-wireless, Fry, Donald H,
	ipw3945-devel

On Mon, 2011-02-21 at 21:29 +0100, Gábor Stefanik wrote:
> On Mon, Feb 21, 2011 at 9:05 PM, Wey-Yi Guy <wey-yi.w.guy@intel.com> wrote:
> > From: Fry, Donald H <donald.h.fry@intel.com>
> >
> > New iwlwifi-5000 microcode requires driver support for API version 5.
> >
> > Signed-off-by: Don Fry <donald.h.fry@intel.com>
> > Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
> > CC: stable@kernel.org
> > ---
> > these patches are also available from wireless-2.6 branch on
> >  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
> >
> >  drivers/net/wireless/iwlwifi/iwl-5000.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c
> > index 79ab0a6..537fb8c 100644
> > --- a/drivers/net/wireless/iwlwifi/iwl-5000.c
> > +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c
> > @@ -51,7 +51,7 @@
> >  #include "iwl-agn-debugfs.h"
> >
> >  /* Highest firmware API version supported */
> > -#define IWL5000_UCODE_API_MAX 2
> > +#define IWL5000_UCODE_API_MAX 5
> 
> Where are versions 3 and 4?

They don't (and won't) exist. We just went to version 5 wholesale to
make it easier to distinguish between the new and old file format -- in
the future new features etc. won't be announced by versions but by TLVs
in the file format (see the code that loads the ucode file from disk)
unless the firmware is completely incompatible.

johannes


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

end of thread, other threads:[~2011-02-21 21:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 20:05 [PATCH wireless-2.6] iwlagn: Support new 5000 microcode Wey-Yi Guy
2011-02-21 20:29 ` [ipw3945-devel] " Gábor Stefanik
2011-02-21 21:07   ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).