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

Adrian Chadd adrian at FreeBSD.org
Thu Feb 2 05:27:07 UTC 2017


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


More information about the svn-src-all mailing list