Explorar el Código

qcacld-3.0: Remove dfs cac dependency on pre cac feature flag

Remove dfs cac dependency on pre cac feature flag.

Change-Id: If91e3fb4cc94b669e79aa8877e7102b0cb6ef8b6
CRs-Fixed: 3424238
Gangadhar Kavalastramath hace 2 años
padre
commit
1bbd5a953a

+ 7 - 0
components/pre_cac/dispatcher/inc/wlan_pre_cac_api.h

@@ -94,6 +94,13 @@ wlan_pre_cac_get_freq_before_pre_cac(struct wlan_objmgr_vdev *vdev);
  */
 void wlan_pre_cac_handle_radar_ind(struct wlan_objmgr_vdev *vdev);
 #else
+static inline void
+wlansap_pre_cac_end_notify(struct sap_context *sap_context,
+			   struct mac_context *mac,
+			   uint8_t intf)
+{
+}
+
 static inline bool wlan_pre_cac_get_status(struct wlan_objmgr_psoc *psoc)
 {
 	return false;

+ 1 - 0
components/pre_cac/dispatcher/inc/wlan_pre_cac_ucfg_api.h

@@ -102,6 +102,7 @@ QDF_STATUS ucfg_pre_cac_set_status(struct wlan_objmgr_vdev *vdev, bool status);
 static inline QDF_STATUS
 ucfg_pre_cac_set_status(struct wlan_objmgr_vdev *vdev, bool status)
 {
+	return QDF_STATUS_SUCCESS;
 }
 #endif
 

+ 0 - 9
core/sap/inc/sap_api.h

@@ -1865,7 +1865,6 @@ static inline void sap_acs_set_puncture_support(struct sap_context *sap_ctx,
 }
 #endif /* WLAN_FEATURE_11BE */
 
-#ifdef PRE_CAC_SUPPORT
 /**
  * sap_cac_end_notify() - Notify CAC end to HDD
  * @mac_handle: Opaque handle to the global MAC context
@@ -1877,14 +1876,6 @@ static inline void sap_acs_set_puncture_support(struct sap_context *sap_ctx,
  */
 QDF_STATUS sap_cac_end_notify(mac_handle_t mac_handle,
 			      struct csr_roam_info *roamInfo);
-#else
-static inline QDF_STATUS
-sap_cac_end_notify(mac_handle_t mac_handle,
-		   struct csr_roam_info *roamInfo)
-{
-	return QDF_STATUS_SUCCESS;
-}
-#endif /* PRE_CAC_SUPPORT */
 
 #ifdef WLAN_FEATURE_SAP_ACS_OPTIMIZE
 static inline bool sap_is_acs_scan_optimize_enable(void)

+ 1 - 1
core/sap/src/sap_fsm.c

@@ -2941,6 +2941,7 @@ static void wlansap_pre_cac_end_notify(struct sap_context *sap_context,
 	sap_warn("pre cac end notify on %d: move to state SAP_STARTED", intf);
 	wlan_pre_cac_handle_cac_end(sap_context->vdev);
 }
+#endif
 
 QDF_STATUS sap_cac_end_notify(mac_handle_t mac_handle,
 			      struct csr_roam_info *roamInfo)
@@ -3035,7 +3036,6 @@ QDF_STATUS sap_cac_end_notify(mac_handle_t mac_handle,
 	mac->sap.SapDfsInfo.cac_state = eSAP_DFS_SKIP_CAC;
 	return qdf_status;
 }
-#endif
 
 /**
  * sap_validate_dfs_nol() - Validate SAP channel with NOL list