Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2011 15:46:53 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224734 - in head/sys/dev/ath: . ath_dfs/null
Message-ID:  <201108091546.p79FkrIc001954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Tue Aug  9 15:46:52 2011
New Revision: 224734
URL: http://svn.freebsd.org/changeset/base/224734

Log:
  Remove the now unneeded references to these DFS methods.
  
  Sorry for the noise everyone.
  
  Approved by:	re (kib, blanket)

Modified:
  head/sys/dev/ath/ath_dfs/null/dfs_null.c
  head/sys/dev/ath/if_athdfs.h

Modified: head/sys/dev/ath/ath_dfs/null/dfs_null.c
==============================================================================
--- head/sys/dev/ath/ath_dfs/null/dfs_null.c	Tue Aug  9 15:29:58 2011	(r224733)
+++ head/sys/dev/ath/ath_dfs/null/dfs_null.c	Tue Aug  9 15:46:52 2011	(r224734)
@@ -226,13 +226,3 @@ ath_dfs_get_thresholds(struct ath_softc 
 	ath_hal_getdfsthresh(sc->sc_ah, param);
 	return 1;
 }
-
-/*
- * Update the current radar patterns based on the
- * current operating mode/regulatory domain.
- */
-int
-ath_dfs_init_radar_filters(struct ath_softc *sc)
-{
-	return 1;
-}

Modified: head/sys/dev/ath/if_athdfs.h
==============================================================================
--- head/sys/dev/ath/if_athdfs.h	Tue Aug  9 15:29:58 2011	(r224733)
+++ head/sys/dev/ath/if_athdfs.h	Tue Aug  9 15:46:52 2011	(r224734)
@@ -44,6 +44,5 @@ extern	int ath_dfs_tasklet_needed(struct
 extern	int ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad);
 extern	int ath_dfs_get_thresholds(struct ath_softc *sc,
     HAL_PHYERR_PARAM *param);
-extern	int ath_dfs_init_radar_filters(struct ath_softc *sc);
 
 #endif	/* __IF_ATHDFS_H__ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108091546.p79FkrIc001954>