Browse Source

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
Jeff Johnson 6 years ago
parent
commit
fd692ff77f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      core/sme/inc/sme_inside.h

+ 1 - 3
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,