mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-11-24 12:29:53 +00:00
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>
This commit is contained in:
parent
286568ab1e
commit
81715376de
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user