struct ieee80211_tx_queue_params — transmit queue configuration
struct ieee80211_tx_queue_params {
  u16 txop;
  u16 cw_min;
  u16 cw_max;
  u8 aifs;
  bool acm;
  bool uapsd;
};  maximum burst time in units of 32 usecs, 0 meaning disabled
minimum contention window [a value of the form 2^n-1 in the range 1..32767]
maximum contention window [like cw_min]
      
arbitration interframe space [0..255]
is mandatory admission control required for the access category
is U-APSD mode enabled for the queue