projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
286568a
)
Updated firmware version stamp to 2.4 from 2.3 so it will use the latest firmware.
author
James Ketrenos
<jketreno@linux.intel.com>
Thu, 25 Aug 2005 06:37:28 +0000
(
01:37
-0500)
committer
James Ketrenos
<jketreno@linux.intel.com>
Mon, 7 Nov 2005 23:52:13 +0000
(17:52 -0600)
You can obtain the firmware at http://ipw2200.sf.net/firmware.php
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
drivers/net/wireless/ipw2200.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ipw2200.c
b/drivers/net/wireless/ipw2200.c
index f49b0125375ba762b9c91c7aa120ba6599d59000..56709d2921a60203640e249a389dd5fdba015fd2 100644
(file)
--- a/
drivers/net/wireless/ipw2200.c
+++ b/
drivers/net/wireless/ipw2200.c
@@
-2834,7
+2834,7
@@
struct fw_chunk {
};
#define IPW_FW_MAJOR_VERSION 2
-#define IPW_FW_MINOR_VERSION
3
+#define IPW_FW_MINOR_VERSION
4
#define IPW_FW_MINOR(x) ((x & 0xff) >> 8)
#define IPW_FW_MAJOR(x) (x & 0xff)