svn commit: r224724 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Tue Aug 9 04:24:57 UTC 2011


Author: adrian
Date: Tue Aug  9 04:24:56 2011
New Revision: 224724
URL: http://svn.freebsd.org/changeset/base/224724

Log:
  Remove this call, now that I've solved the radar module problem without
  needing this particular modification.
  
  It can be called during ath_dfs_radar_enable() and still achieve the
  same functionality, so I am.
  
  Approved by:	re (kib, blanket)

Modified:
  head/sys/dev/ath/if_ath.c

Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c	Mon Aug  8 22:16:07 2011	(r224723)
+++ head/sys/dev/ath/if_ath.c	Tue Aug  9 04:24:56 2011	(r224724)
@@ -5032,12 +5032,6 @@ ath_setregdomain(struct ieee80211com *ic
 		return EINVAL;		/* XXX */
 	}
 
-	/*
-	 * Setting country code might change the DFS domain
-	 * so initialize the DFS Radar filters
-	 */
-	ath_dfs_init_radar_filters(sc);
-
 	return 0;
 }
 


More information about the svn-src-all mailing list