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

Garrett Cooper yanegomi at gmail.com
Fri Oct 5 00:08:18 UTC 2012


On Mon, Sep 24, 2012 at 1:35 PM, Adrian Chadd <adrian at freebsd.org> wrote:
> Author: adrian
> Date: Mon Sep 24 20:35:56 2012
> New Revision: 240899
> URL: http://svn.freebsd.org/changeset/base/240899
>
> Log:
>   Migrate the ath(4) KTR logging to use an ATH_KTR() macro.
>
>   This should eventually be unified with ATH_DEBUG() so I can get both
>   from one macro; that may take some time.
>
>   Add some new probes for TX and TX completion.

    This commit broke the non-IEEE80211_SUPPORT_TDMA case. My attached
patch fixes it by better unifying the IEEE80211_SUPPORT_TDMA and
non-IEEE80211_SUPPORT_TDMA cases where it made sense (it could be
further unified, but that might make things more convoluted).
Thanks!
-Garrett
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-if_ath_tx-non-IEEE80211_SUPPORT_TDMA.patch
Type: application/octet-stream
Size: 1196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20121005/857b2032/fix-if_ath_tx-non-IEEE80211_SUPPORT_TDMA.obj


More information about the svn-src-head mailing list