From 02e32faefb9080deaaee032262eb46c71fe5ab9a Mon Sep 17 00:00:00 2001 From: Yue Ma Date: Mon, 13 Apr 2015 17:11:03 -0700 Subject: [PATCH] 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 --- include/net/cnss.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/net/cnss.h b/include/net/cnss.h index 55a8cf145635..c6edfc62f399 100644 --- a/include/net/cnss.h +++ b/include/net/cnss.h @@ -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,