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
This commit is contained in:
parent
d2ce414147
commit
fd692ff77f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user