Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2012 17:40:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-wireless@FreeBSD.org
Subject:   Re: kern/170904: commit references a PR
Message-ID:  <201208241740.q7OHe3aB048469@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/170904; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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