qcacmn: Increase the Spectral payload size

Increase the Spectral payload size to account for
FFT size 11.

CRs-Fixed: 3073239
Change-Id: I5c6db642267a96cbc535bf6842c8f9ac90b1a335
This commit is contained in:
Edayilliam Jayadev
2021-11-24 17:45:45 +05:30
committed by Madan Koyyalamudi
parent 480aac399f
commit aaf4382daf
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2017-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2011, 2017-2021 The Linux Foundation. All rights reserved.
*
*
* Permission to use, copy, modify, and/or distribute this software for
@@ -37,7 +37,6 @@ void os_if_spectral_nl_data_ready(struct sk_buff *skb);
#ifndef SPECTRAL_NETLINK
#define SPECTRAL_NETLINK (NETLINK_GENERIC + 1)
#endif
#define MAX_SPECTRAL_PAYLOAD (2004)
/* Init's network namespace */
extern struct net init_net;