1
0

qcacld-3.0: Remove WLAN_UMAC_CONVERGENCE

Remove the macro WLAN_UMAC_CONVERGENCE and unused code.

Change-Id: Ife34a496f01e16a9e4a82b92457caaac924f9cdc
CRs-Fixed: 2491285
Este cometimento está contido em:
Min Liu
2019-07-15 14:42:39 +08:00
cometido por nshrivas
ascendente 50b2c10276
cometimento 165114392f
2 ficheiros modificados com 0 adições e 14 eliminações

Ver ficheiro

@@ -68,9 +68,6 @@
#include "pld_common.h"
#include "wmi_unified_param.h"
#ifdef WLAN_UMAC_CONVERGENCE
#include "wlan_cfg80211.h"
#endif
#include <cdp_txrx_handle.h>
#include <wlan_cfg80211_scan.h>
#include <wlan_cfg80211_ftm.h>
@@ -1516,9 +1513,6 @@ static const struct nl80211_vendor_cmd_info wlan_hdd_cfg80211_vendor_events[] =
BCN_RECV_FEATURE_VENDOR_EVENTS
#ifdef WLAN_UMAC_CONVERGENCE
COMMON_VENDOR_EVENTS
#endif
};
/**
@@ -12618,7 +12612,6 @@ const struct wiphy_vendor_command hdd_wiphy_vendor_commands[] = {
WIPHY_VENDOR_CMD_NEED_NETDEV,
.doit = wlan_hdd_cfg80211_get_wifi_info
},
#ifndef WLAN_UMAC_CONVERGENCE
{
.info.vendor_id = QCA_NL80211_VENDOR_ID,
.info.subcmd = QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION,
@@ -12627,7 +12620,6 @@ const struct wiphy_vendor_command hdd_wiphy_vendor_commands[] = {
WIPHY_VENDOR_CMD_NEED_RUNNING,
.doit = wlan_hdd_cfg80211_wifi_configuration_set
},
#endif
{
.info.vendor_id = QCA_NL80211_VENDOR_ID,
.info.subcmd =
@@ -12996,9 +12988,6 @@ const struct wiphy_vendor_command hdd_wiphy_vendor_commands[] = {
FEATURE_BSS_TRANSITION_VENDOR_COMMANDS
FEATURE_SPECTRAL_SCAN_VENDOR_COMMANDS
#ifdef WLAN_UMAC_CONVERGENCE
COMMON_VENDOR_COMMANDS
#endif
FEATURE_11AX_VENDOR_COMMANDS
{

Ver ficheiro

@@ -42,9 +42,6 @@
#include "wlan_p2p_ucfg_api.h"
#include "cfg_ucfg_api.h"
#ifdef WLAN_UMAC_CONVERGENCE
#include "wlan_cfg80211.h"
#endif
#include <qca_vendor.h>
#include <wlan_cfg80211_scan.h>
#include "wlan_utility.h"