svn commit: r230923 - head/tools/tools/ath/athradar
Waitman Gobble
uzimac at da3m0n8t3r.com
Fri Feb 3 05:23:53 UTC 2012
Adrian Chadd <adrian at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe at 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
More information about the svn-src-head
mailing list