WME_NUM_TID
struct ath_atx_tid tid[WME_NUM_TID];
struct ath_atx_tid tid[WME_NUM_TID];
for (tidno = 0, tid = &an->tid[tidno]; tidno < WME_NUM_TID;
for (i = 0; i < WME_NUM_TID; i++)
#define IEEE80211_TID_SIZE (WME_NUM_TID+1) /* WME TID's +1 for non-QoS */
#define IEEE80211_NONQOS_TID WME_NUM_TID /* index for non-QoS sta */
struct ieee80211_rx_ampdu in_rx_ampdu[WME_NUM_TID];