소스 검색

qcacld-3.0: Remove hdd_roam_tdls_status_update_handler() stub

Change I2e2380b1789cce7841ff0be4120184d1bce0b7e7 ("qcacld-3.0: TDLS:
remove legacy event process") removed the "real" implementation of
hdd_roam_tdls_status_update_handler() but left behind the stub
implementation, so remove the stub as well.

Change-Id: I4862a4cb2b27323c0bb7fb69e6033eaf2a0375b5
CRs-Fixed: 2368715
Jeff Johnson 6 년 전
부모
커밋
6ca5a2c5b2
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      core/hdd/src/wlan_hdd_assoc.c

+ 0 - 10
core/hdd/src/wlan_hdd_assoc.c

@@ -4002,16 +4002,6 @@ inline QDF_STATUS hdd_roam_deregister_tdlssta(struct hdd_adapter *adapter,
 {
 	return QDF_STATUS_SUCCESS;
 }
-
-static inline QDF_STATUS
-hdd_roam_tdls_status_update_handler(struct hdd_adapter *adapter,
-				    struct csr_roam_info *roam_info,
-				    uint32_t roamId,
-				    eRoamCmdStatus roamStatus,
-				    eCsrRoamResult roamResult)
-{
-	return QDF_STATUS_SUCCESS;
-}
 #endif
 
 #ifdef WLAN_FEATURE_11W