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

Commit c157b27d authored by Komal Seelam's avatar Komal Seelam Committed by Gerrit - the friendly Code Review server
Browse files

cnss: Enable SECURE FIRMWARE Download Feature



MAX_FIRMWARE_SIZE variable is shared between functional driver and
platform driver. So, expose the variable as part of common header file.

CRs-Fixed: 1067738
Change-Id: I7fb07528a0d5813364fca53ebb4ab98918ebcc57
Signed-off-by: default avatarKomal Seelam <kseelam@codeaurora.org>
parent 1a5123de
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
#ifndef _NET_CNSS_COMMON_H_
#define _NET_CNSS_COMMON_H_

#define MAX_FIRMWARE_SIZE (1 * 1024 * 1024)
/* max 20mhz channel count */
#define CNSS_MAX_CH_NUM		45

+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <linux/mmc/sdio_func.h>

#ifdef CONFIG_CNSS
#define MAX_FIRMWARE_SIZE (1 * 1024 * 1024)
#define CNSS_MAX_FILE_NAME	20
#define PINCTRL_SLEEP  0
#define PINCTRL_ACTIVE 1