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:

committato da
Madan Koyyalamudi

parent
480aac399f
commit
aaf4382daf
@@ -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
|
* 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
|
#ifndef SPECTRAL_NETLINK
|
||||||
#define SPECTRAL_NETLINK (NETLINK_GENERIC + 1)
|
#define SPECTRAL_NETLINK (NETLINK_GENERIC + 1)
|
||||||
#endif
|
#endif
|
||||||
#define MAX_SPECTRAL_PAYLOAD (2004)
|
|
||||||
|
|
||||||
/* Init's network namespace */
|
/* Init's network namespace */
|
||||||
extern struct net init_net;
|
extern struct net init_net;
|
||||||
|
@@ -408,7 +408,7 @@ struct spectral_caps {
|
|||||||
#define SPECTRAL_MAC_ADDR_SIZE (6)
|
#define SPECTRAL_MAC_ADDR_SIZE (6)
|
||||||
#define MAX_NUM_FREQ_SPANS (3)
|
#define MAX_NUM_FREQ_SPANS (3)
|
||||||
#define MAX_NUM_DETECTORS (2)
|
#define MAX_NUM_DETECTORS (2)
|
||||||
#define MAX_SPECTRAL_PAYLOAD (2004)
|
#define MAX_SPECTRAL_PAYLOAD (3028)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* enum dcs_int_type - Interference type indicated by DCS
|
* enum dcs_int_type - Interference type indicated by DCS
|
||||||
|
Fai riferimento in un nuovo problema
Block a user