qcacld-3.0: Including MPTA helper and Coex configuration feature

MPTA helper and Coex configuration features are not included
after latest system compilation updating. Modify configure
file qcs40x.snoc.perf_defconfig to include them.

Change-Id: I8ecad6c84bd4ca2d8e1b69f0cea14b61b2545ca3
CRs-Fixed: 2511723
Цей коміт міститься в:
stonez
2019-08-26 13:23:02 +08:00
зафіксовано nshrivas
джерело d1ac195bb2
коміт 5f9a622e30
2 змінених файлів з 3 додано та 2 видалено

Переглянути файл

@@ -163,6 +163,8 @@ CONFIG_WLAN_FEATURE_DISA := y
CONFIG_WLAN_FEATURE_FIPS := y
CONFIG_WLAN_FEATURE_SAE := y
CONFIG_GTK_OFFLOAD := y
CONFIG_QCACLD_FEATURE_COEX_CONFIG := y
CONFIG_QCACLD_FEATURE_MPTA_HELPER := y
ifneq ($(DEVELOPER_DISABLE_BUILD_TIMESTAMP), y)
ifneq ($(WLAN_DISABLE_BUILD_TAG), y)

Переглянути файл

@@ -61,14 +61,13 @@ __wlan_hdd_cfg80211_mpta_helper_config(struct wiphy *wiphy,
const void *data,
int data_len)
{
struct net_device *netdev = wdev->netdev;
struct hdd_context *hdd_ctx = wiphy_priv(wiphy);
struct nlattr *tb[QCA_MPTA_HELPER_VENDOR_ATTR_MAX + 1];
struct coex_config_params coex_cfg_params = {0};
int errno;
QDF_STATUS status;
hdd_enter_dev(netdev);
hdd_enter_dev(wdev->netdev);
if (QDF_GLOBAL_FTM_MODE == hdd_get_conparam()) {
hdd_err("Command not allowed in FTM mode");