Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_output.c 232480 2012-03-04 05:52:26Z adrian $");
---
> __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_output.c 234324 2012-04-15 20:29:39Z adrian $");
326,327c326,327
< const int ac = M_WME_GETAC(m);
< struct ieee80211_tx_ampdu *tap = &ni->ni_tx_ampdu[ac];
---
> int tid = WME_AC_TO_TID(M_WME_GETAC(m));
> struct ieee80211_tx_ampdu *tap = &ni->ni_tx_ampdu[tid];
592c592
< tap = &ni->ni_tx_ampdu[TID_TO_WME_AC(tid)];
---
> tap = &ni->ni_tx_ampdu[tid];