IWM_FIRST_AGG_TX_QUEUE
int qid = IWM_FIRST_AGG_TX_QUEUE + tid;
int qid = IWM_FIRST_AGG_TX_QUEUE + tid;
int qid = IWM_FIRST_AGG_TX_QUEUE + tid;
int tid = cmd_hdr->qid - IWM_FIRST_AGG_TX_QUEUE;
if (qid < IWM_FIRST_AGG_TX_QUEUE && tx_resp->frame_count > 1)
if (qid >= IWM_FIRST_AGG_TX_QUEUE) {
if (qid < IWM_FIRST_AGG_TX_QUEUE || qid > IWM_LAST_AGG_TX_QUEUE)
if (qid != IWM_FIRST_AGG_TX_QUEUE + ban->tid)
int agg_qid = IWM_FIRST_AGG_TX_QUEUE + qostid;
int qid = IWM_FIRST_AGG_TX_QUEUE + tid;
int qid = IWM_FIRST_AGG_TX_QUEUE + tid;
#define IWM_LAST_AGG_TX_QUEUE (IWM_FIRST_AGG_TX_QUEUE + IWM_MAX_TID_COUNT - 1)