kern/170904: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Fri Aug 24 17:40:19 UTC 2012
The following reply was made to PR kern/170904; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: kern/170904: commit references a PR
Date: Fri, 24 Aug 2012 17:37:26 +0000 (UTC)
Author: adrian
Date: Fri Aug 24 17:37:12 2012
New Revision: 239656
URL: http://svn.freebsd.org/changeset/base/239656
Log:
Add an accessor macro for getting access to the default DFS parameters.
PR: kern/170904
Modified:
head/sys/dev/ath/if_athvar.h
Modified: head/sys/dev/ath/if_athvar.h
==============================================================================
--- head/sys/dev/ath/if_athvar.h Fri Aug 24 17:08:02 2012 (r239655)
+++ head/sys/dev/ath/if_athvar.h Fri Aug 24 17:37:12 2012 (r239656)
@@ -1185,6 +1185,8 @@ void ath_intr(void *);
((*(_ah)->ah_enableDfs)((_ah), (_param)))
#define ath_hal_getdfsthresh(_ah, _param) \
((*(_ah)->ah_getDfsThresh)((_ah), (_param)))
+#define ath_hal_getdfsdefaultthresh(_ah, _param) \
+ ((*(_ah)->ah_getDfsDefaultThresh)((_ah), (_param)))
#define ath_hal_procradarevent(_ah, _rxs, _fulltsf, _buf, _event) \
((*(_ah)->ah_procRadarEvent)((_ah), (_rxs), (_fulltsf), \
(_buf), (_event)))
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-wireless
mailing list