Date: Wed, 17 Aug 2011 08:27:11 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r224929 - user/adrian/if_ath_tx/sys/dev/ath Message-ID: <201108170827.p7H8RBe2094170@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Wed Aug 17 08:27:11 2011 New Revision: 224929 URL: http://svn.freebsd.org/changeset/base/224929 Log: Add another HAL method Modified: user/adrian/if_ath_tx/sys/dev/ath/if_athvar.h Modified: user/adrian/if_ath_tx/sys/dev/ath/if_athvar.h ============================================================================== --- user/adrian/if_ath_tx/sys/dev/ath/if_athvar.h Wed Aug 17 07:53:05 2011 (r224928) +++ user/adrian/if_ath_tx/sys/dev/ath/if_athvar.h Wed Aug 17 08:27:11 2011 (r224929) @@ -833,6 +833,8 @@ void ath_intr(void *); ((*(_ah)->ah_set11nAggrMiddle)((_ah), (_ds), (_num))) #define ath_hal_set11nburstduration(_ah, _ds, _dur) \ ((*(_ah)->ah_set11nBurstDuration)((_ah), (_ds), (_dur))) +#define ath_hal_clr11n_aggr(_ah, _ds) \ + ((*(_ah)->ah_clr11nAggr)((_ah), (_ds))) /* * This is badly-named; you need to set the correct parameters
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108170827.p7H8RBe2094170>