Date: Thu, 2 Feb 2017 05:27:06 +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: r313085 - head/sys/dev/ath Message-ID: <201702020527.v125R6BW094900@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Thu Feb 2 05:27:06 2017 New Revision: 313085 URL: https://svnweb.freebsd.org/changeset/base/313085 Log: [ath] add spectral scan priority. Modified: head/sys/dev/ath/if_athioctl.h Modified: head/sys/dev/ath/if_athioctl.h ============================================================================== --- head/sys/dev/ath/if_athioctl.h Thu Feb 2 05:26:39 2017 (r313084) +++ head/sys/dev/ath/if_athioctl.h Thu Feb 2 05:27:06 2017 (r313085) @@ -432,6 +432,7 @@ struct ath_tx_radiotap_header { #define SPECTRAL_PARAM_SS_SHORT_RPT 4 #define SPECTRAL_PARAM_ENABLED 5 #define SPECTRAL_PARAM_ACTIVE 6 +#define SPECTRAL_PARAM_SS_SPECTRAL_PRI 7 /* * Spectral control parameters
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702020527.v125R6BW094900>