From fd692ff77fb38c1f107ea11cf35b9ce4aa924f58 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 27 Dec 2018 20:21:30 -0800 Subject: [PATCH] qcacld-3.0: Remove csr_roamGetConcurrencyConnectStatusForBmps() Function csr_roamGetConcurrencyConnectStatusForBmps() no longer exists, but the prototype is still present. Since it is obsolete, remove it. Change-Id: I6e1f0206957a828a1041659e7d5f3ac9e97dc843 CRs-Fixed: 2374840 --- core/sme/inc/sme_inside.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/sme/inc/sme_inside.h b/core/sme/inc/sme_inside.h index 527b4a178f286..9df509eab4d95 100644 --- a/core/sme/inc/sme_inside.h +++ b/core/sme/inc/sme_inside.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2019 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 @@ -169,8 +169,6 @@ QDF_STATUS sme_release_global_lock(tSmeStruct *psSme); QDF_STATUS csr_process_add_sta_session_rsp(struct mac_context *mac, uint8_t *pMsg); QDF_STATUS csr_process_del_sta_session_rsp(struct mac_context *mac, uint8_t *pMsg); -bool csr_roamGetConcurrencyConnectStatusForBmps(struct mac_context *mac); - QDF_STATUS csr_flush_cfg_bg_scan_roam_channel_list(struct mac_context *mac, uint8_t sessionId); QDF_STATUS csr_create_bg_scan_roam_channel_list(struct mac_context *mac,