diff options
author | James Ketrenos <jketreno@linux.intel.com> | 2005-08-25 02:37:28 -0400 |
---|---|---|
committer | James Ketrenos <jketreno@linux.intel.com> | 2005-11-07 18:52:13 -0500 |
commit | 81715376de909637b957f856e30880871fbd78fc (patch) | |
tree | 66319480546e4912c9a5a922d6e679e2d5825ad7 /drivers/net/wireless | |
parent | 286568ab1e8f0e09a76cfa58e8ed48ddc44484b5 (diff) |
Updated firmware version stamp to 2.4 from 2.3 so it will use the latest firmware.
You can obtain the firmware at http://ipw2200.sf.net/firmware.php
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ipw2200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index f49b0125375b..56709d2921a6 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wireless/ipw2200.c | |||
@@ -2834,7 +2834,7 @@ struct fw_chunk { | |||
2834 | }; | 2834 | }; |
2835 | 2835 | ||
2836 | #define IPW_FW_MAJOR_VERSION 2 | 2836 | #define IPW_FW_MAJOR_VERSION 2 |
2837 | #define IPW_FW_MINOR_VERSION 3 | 2837 | #define IPW_FW_MINOR_VERSION 4 |
2838 | 2838 | ||
2839 | #define IPW_FW_MINOR(x) ((x & 0xff) >> 8) | 2839 | #define IPW_FW_MINOR(x) ((x & 0xff) >> 8) |
2840 | #define IPW_FW_MAJOR(x) (x & 0xff) | 2840 | #define IPW_FW_MAJOR(x) (x & 0xff) |