Skip to content

Commit

Permalink
Updated firmware version stamp to 2.4 from 2.3 so it will use the lat…
Browse files Browse the repository at this point in the history
…est firmware.

You can obtain the firmware at http://ipw2200.sf.net/firmware.php

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
  • Loading branch information
James Ketrenos committed Nov 7, 2005
1 parent 286568a commit 8171537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8171537

Please sign in to comment.