qcacmn: Fix number of vdev info in app reg for lowi

The actual number of vdev info allocated was less than the number
of vdevs that can be created for each soc, hence fix them, also
previously the arrays were allocated statically consuming
considerable amount of memory, fix them by allocating dynamically
with only number of vdevs per soc

Change-Id: I5ea735d44994211f76ce18460332624831742f7b
CRs-Fixed: 3285131
此提交包含在:
Surya Prakash Raajen
2022-09-25 21:43:01 +05:30
提交者 Madan Koyyalamudi
父節點 c9587d7abf
當前提交 c8aaf60162
共有 2 個檔案被更改,包括 47 行新增3 行删除

查看文件

@@ -61,8 +61,8 @@ struct wifi_pos_req_msg;
#define wifipos_nofl_debug(params...) \
QDF_TRACE_DEBUG_NO_FL(QDF_MODULE_ID_WIFIPOS, params)
#define OEM_APP_SIGNATURE_LEN 16
#define OEM_APP_SIGNATURE_STR "QUALCOMM-OEM-APP"
#define OEM_APP_SIGNATURE_LEN (sizeof(OEM_APP_SIGNATURE_STR) - 1)
#ifndef OEM_DATA_RSP_SIZE
#define OEM_DATA_RSP_SIZE 1724