IWX_MAX_TID_COUNT
const uint8_t iwx_tid_to_ac[IWX_MAX_TID_COUNT] = {
if (tid >= IWX_MAX_TID_COUNT)
for (tid = 0; tid < IWX_MAX_TID_COUNT; tid++) {
for (tid = 0; tid < IWX_MAX_TID_COUNT; tid++) {
tid >= IWX_MAX_TID_COUNT)
if (tid >= IWX_MAX_TID_COUNT || sc->ba_rx.stop_tidmask & (1 << tid))
if (tid >= IWX_MAX_TID_COUNT)
uint8_t tid = IWX_MAX_TID_COUNT, subframe_idx;
if (tid > IWX_MAX_TID_COUNT)
tid = IWX_MAX_TID_COUNT;
for (tid = 0; tid < IWX_MAX_TID_COUNT; tid++) {
#define IWX_LAST_AGG_TX_QUEUE (IWX_FIRST_AGG_TX_QUEUE + IWX_MAX_TID_COUNT - 1)
uint16_t last_seq[IWX_MAX_TID_COUNT + 1];
uint8_t last_sub_frame[IWX_MAX_TID_COUNT + 1];