Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81715376 authored by James Ketrenos's avatar James Ketrenos
Browse files

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: default avatarJames Ketrenos <jketreno@linux.intel.com>
parent 286568ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)