Man Page: struct_ieee80211_tx_queue_params
Operating Environment: centos
Section: 9
STRUCTIEEE80211_TX_(9) Advanced driver interface STRUCT IEEE80211_TX_(9)NAMEstruct_ieee80211_tx_queue_params - transmit queue configurationSYNOPSISstruct ieee80211_tx_queue_params { u16 txop; u16 cw_min; u16 cw_max; u8 aifs; bool acm; bool uapsd; };MEMBERStxop maximum burst time in units of 32 usecs, 0 meaning disabled cw_min minimum contention window [a value of the form 2^n-1 in the range 1..32767] cw_max maximum contention window [like cw_min] aifs arbitration interframe space [0..255] acm is mandatory admission control required for the access category uapsd is U-APSD mode enabled for the queueDESCRIPTIONThe information provided in this structure is required for QoS transmit queue configuration. Cf. IEEE 802.11 7.3.2.29.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT IEEE80211_TX_(9)
| Related Man Pages |
|---|
| struct_ieee80211_sta(9) - centos |
| struct_ieee80211_tx_rate(9) - centos |
| struct_ieee80211_vif(9) - centos |
| struct_station_parameters(9) - centos |
| struct_tid_ampdu_rx(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| CentOS 6 ran out of space, need to reclaim it |