qcacmn: Remove #ifdef WLAN_FEATURE_INTERFACE_MGR from connection mgr

Remove #ifdef WLAN_FEATURE_INTERFACE_MGR from connection mgr, as
interface manager .h files take care of it.

Change-Id: I5b1e07beecd93c98429318372ed72fdf414712a4
CRs-fixed: 2878656
This commit is contained in:
Abhishek Singh
2021-02-15 11:02:18 +05:30
committed by snandini
vanhempi 017c719e4b
commit 1c177a9a31
4 muutettua tiedostoa jossa 15 lisäystä ja 52 poistoa

Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
* Copyright (c) 2020-2021, The Linux Foundation. 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 above
@@ -21,12 +21,12 @@
#ifndef _WLAN_IF_MGR_API_H_
#define _WLAN_IF_MGR_API_H_
#ifdef WLAN_FEATURE_INTERFACE_MGR
#include "wlan_objmgr_psoc_obj.h"
#include "wlan_objmgr_vdev_obj.h"
#include "wlan_if_mgr_public_struct.h"
#ifdef WLAN_FEATURE_INTERFACE_MGR
/**
* if_mgr_deliver_event() - interface mgr event handler
* @vdev: vdev object
@@ -39,6 +39,7 @@ QDF_STATUS if_mgr_deliver_event(struct wlan_objmgr_vdev *vdev,
enum wlan_if_mgr_evt event,
struct if_mgr_event_data *event_data);
#else
static inline
QDF_STATUS if_mgr_deliver_event(struct wlan_objmgr_vdev *vdev,
enum wlan_if_mgr_evt event,
struct if_mgr_event_data *event_data)