|
@@ -1382,10 +1382,10 @@ void dfs_nol_update(struct wlan_dfs *dfs);
|
|
|
void dfs_nol_timer_cleanup(struct wlan_dfs *dfs);
|
|
|
|
|
|
/**
|
|
|
- * dfs_nol_timer_free() - Free NOL timer.
|
|
|
+ * dfs_nol_timer_detach() - Free NOL timer.
|
|
|
* @dfs: Pointer to wlan_dfs structure.
|
|
|
*/
|
|
|
-void dfs_nol_timer_free(struct wlan_dfs *dfs);
|
|
|
+void dfs_nol_timer_detach(struct wlan_dfs *dfs);
|
|
|
|
|
|
/**
|
|
|
* dfs_nol_workqueue_cleanup() - Flushes NOL workqueue.
|
|
@@ -2018,10 +2018,10 @@ void dfs_cac_attach(struct wlan_dfs *dfs);
|
|
|
void dfs_cac_timer_reset(struct wlan_dfs *dfs);
|
|
|
|
|
|
/**
|
|
|
- * dfs_cac_timer_free() - Free dfs cac timers.
|
|
|
+ * dfs_cac_timer_detach() - Free dfs cac timers.
|
|
|
* @dfs: Pointer to wlan_dfs structure.
|
|
|
*/
|
|
|
-void dfs_cac_timer_free(struct wlan_dfs *dfs);
|
|
|
+void dfs_cac_timer_detach(struct wlan_dfs *dfs);
|
|
|
|
|
|
/**
|
|
|
* dfs_nol_timer_init() - Initialize NOL timers.
|
|
@@ -2341,14 +2341,14 @@ void dfs_task_testtimer_reset(struct wlan_dfs *dfs);
|
|
|
bool dfs_freq_is_in_nol(struct wlan_dfs *dfs, uint32_t freq);
|
|
|
|
|
|
/**
|
|
|
- * dfs_task_testtimer_free() - Free dfs test timer.
|
|
|
+ * dfs_task_testtimer_detach() - Free dfs test timer.
|
|
|
* @dfs: Pointer to wlan_dfs structure.
|
|
|
*/
|
|
|
-void dfs_task_testtimer_free(struct wlan_dfs *dfs);
|
|
|
+void dfs_task_testtimer_detach(struct wlan_dfs *dfs);
|
|
|
|
|
|
/**
|
|
|
- * dfs_timer_free() - Free dfs timers.
|
|
|
+ * dfs_timer_detach() - Free dfs timers.
|
|
|
* @dfs: Pointer to wlan_dfs structure.
|
|
|
*/
|
|
|
-void dfs_timer_free(struct wlan_dfs *dfs);
|
|
|
+void dfs_timer_detach(struct wlan_dfs *dfs);
|
|
|
#endif /* _DFS_H_ */
|