qcacmn: Cfg changes for IPA offload support

Cfg changes for IPA offload support.

Change-Id: If477db8e958b22634e1505f3e4319c7aa0cc6ef4
This commit is contained in:
Himanshu Batra
2021-09-30 10:05:41 +05:30
committed by Madan Koyyalamudi
父節點 a83d7d4111
當前提交 f49b3a1753
共有 5 個文件被更改,包括 28 次插入16 次删除

查看文件

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -51,6 +52,7 @@
#define CFG_WLAN_CM_UTF_PARAM
#endif
#include <cfg_mgmt_txrx.h>
#include <cfg_ipa.h>
#define CFG_CONVERGED_ALL \
CFG_SCAN_ALL \
@@ -64,7 +66,8 @@
CFG_MLME_SCORE_ALL \
CFG_WLAN_CM_UTF_PARAM \
CFG_CMN_MLME_ALL \
CFG_MGMT_TXRX_ALL
CFG_MGMT_TXRX_ALL \
CFG_IPA
#endif /* __CFG_CONVERGED_H */