Browse Source

qcacld-3.0: Remove obsolete csr_neighbor_roam prototypes

csr_neighbor_roam.h contains two prototypes for functions that are no
longer a part of the driver, so remove them.

Change-Id: I3edc2c0625ba20ac6db15d69275b31a5e93ef734
CRs-Fixed: 2364275
Jeff Johnson 6 years ago
parent
commit
380e27bd15
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/sme/inc/csr_neighbor_roam.h

+ 0 - 3
core/sme/inc/csr_neighbor_roam.h

@@ -172,9 +172,6 @@ QDF_STATUS csr_neighbor_roam_indicate_disconnect(struct mac_context *mac,
 		uint8_t sessionId);
 QDF_STATUS csr_neighbor_roam_init(struct mac_context *mac, uint8_t sessionId);
 void csr_neighbor_roam_close(struct mac_context *mac, uint8_t sessionId);
-QDF_STATUS csr_neighbor_roam_transit_to_cfg_chan_scan(struct mac_context *mac,
-		uint8_t sessionId);
-QDF_STATUS csrNeighborRoamTransitionToPreauthDone(struct mac_context *mac);
 QDF_STATUS csr_neighbor_roam_prepare_scan_profile_filter(struct mac_context *mac,
 		tCsrScanResultFilter *pScanFilter, uint8_t sessionId);
 QDF_STATUS csr_neighbor_roam_preauth_rsp_handler(struct mac_context *mac,