qcacmn: Enable Spectral feature for Pine

1) Enable DDMA support, FFT bin length adjustment SWARs
2) Skip 16 bytes of padding added after Spectral summary report.
3) FFT report header length is 24 instead of 16 in Pine.
4) Max FFT size is changed to 10.

CRs-Fixed: 2608215
Change-Id: If32a8995f814140f5b61041031fb842d01d24c94
This commit is contained in:
Edayilliam Jayadev
2020-01-22 16:39:08 +05:30
committed by nshrivas
父節點 3b6d1f238e
當前提交 17ecd7493a
共有 5 個文件被更改,包括 160 次插入41 次删除

查看文件

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2017-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2011, 2017-2020 The Linux Foundation. All rights reserved.
*
*
* Permission to use, copy, modify, and/or distribute this software for
@@ -36,7 +36,7 @@ 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 1500
#define MAX_SPECTRAL_PAYLOAD (2004)
/* Init's network namespace */
extern struct net init_net;