Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Feb 2012 21:12:08 -0800 (PST)
From:      "Waitman Gobble" <uzimac@da3m0n8t3r.com>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r230923 - head/tools/tools/ath/athradar
Message-ID:  <1328245928.39926@da3m0n8t3r.com>
In-Reply-To: <201202022104.q12L4OJ8054130@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--bound1328245928
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Adrian Chadd <adrian@freebsd.org> wrote ..
> Author: adrian
> Date: Thu Feb  2 21:04:24 2012
> New Revision: 230923
> URL: http://svn.freebsd.org/changeset/base/230923
> 
> Log:
>   Add some missing radar config parameters to athradar.
> 
> Modified:
>   head/tools/tools/ath/athradar/athradar.c
> 
> Modified: head/tools/tools/ath/athradar/athradar.c
> ==============================================================================
> --- head/tools/tools/ath/athradar/athradar.c	Thu Feb  2 19:03:29 2012	(r230922)
> +++ head/tools/tools/ath/athradar/athradar.c	Thu Feb  2 21:04:24 2012	(r230923)
> @@ -207,6 +207,12 @@ radar_set_param(struct radarhandler *rad
>  		radarset(radar, DFS_PARAM_RELSTEP, v);
>  	} else if (strcmp(param, "maxlen") == 0) {
>  		radarset(radar, DFS_PARAM_MAXLEN, v);
> +	} else if (strcmp(param, "usefir128") == 0) {
> +		radarset(radar, DFS_PARAM_USEFIR128, v);
> +	} else if (strcmp(param, "blockradar") == 0)  {
> +		radarset(radar, DFS_PARAM_BLOCKRADAR, v);
> +	} else if (strcmp(param, "enmaxrssi") == 0) {
> +		radarset(radar, DFS_PARAM_MAXRSSI_EN, v);
>  	} else if (strcmp(param, "extchannel") == 0) {
>  		radarset(radar, DFS_PARAM_EN_EXTCH, v);
>  	} else {
> _______________________________________________
> svn-src-head@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"

I make/installed in /usr/src/tools/tools/ath/athradar and it appears to work, however I'm curious about what I can do with this. I don't seem to find anything about "radar parameter diagnostic" in a search engine, but maybe I'm looking in the wrong place. Simple command line example? Only asking `cause it sounds potentially cool :) thanks!


-- 
Waitman Gobble
San Jose California USA


--bound1328245928--




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