Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2011 04:24:56 +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: r224724 - head/sys/dev/ath
Message-ID:  <201108090424.p794OufP076683@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 }
 



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