cnss: Increase maximum firmware size for secure firmware feature

Since actual firmware size is increased over time, increase the maximum
firmware size variable for secure firmware feature.

Change-Id: I8d0f8787ff8e4fa9548360700ec63c5291def82b
CRs-fixed: 821889
Signed-off-by: Yue Ma <yuem@codeaurora.org>
This commit is contained in:
Yue Ma 2015-04-13 17:11:03 -07:00 committed by Gerrit - the friendly Code Review server
parent 776ce79230
commit 02e32faefb

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@ -24,7 +24,7 @@
#define CNSS_MAX_FILE_NAME 20
#define MAX_FIRMWARE_SIZE (512 * 1024)
#define MAX_FIRMWARE_SIZE (1 * 1024 * 1024)
enum cnss_bus_width_type {
CNSS_BUS_WIDTH_NONE,