All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH wireless-2.6] iwlagn: Support new 1000 microcode.
@ 2011-03-03 18:04 Wey-Yi Guy
  2011-03-03 19:28 ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Wey-Yi Guy @ 2011-03-03 18:04 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>

iwlagn: Support new 1000 microcode.

New iwlwifi-1000 microcode requires driver support for API version 5.
(There is no version 4)

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-1000.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/iwl-1000.c b/drivers/net/wireless/iwlwifi/iwl-1000.c
index ba78bc8..507cab4 100644
--- a/drivers/net/wireless/iwlwifi/iwl-1000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-1000.c
@@ -49,7 +49,7 @@
 #include "iwl-agn-debugfs.h"
 
 /* Highest firmware API version supported */
-#define IWL1000_UCODE_API_MAX 3
+#define IWL1000_UCODE_API_MAX 5
 #define IWL100_UCODE_API_MAX 5
 
 /* Lowest firmware API version supported */
-- 
1.7.0.4


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

end of thread, other threads:[~2011-03-04  0:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03 18:04 [PATCH wireless-2.6] iwlagn: Support new 1000 microcode Wey-Yi Guy
2011-03-03 19:28 ` John W. Linville
2011-03-04  0:15   ` wwguy

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.