Searched defs:sta_xmit_priv (Results 1 – 1 of 1) sorted by relevance
297 struct sta_xmit_priv { struct298 spinlock_t lock;299 signed int option;300 signed int apsd_setting; /* When bit mask is on, the associated edca queue supports APSD. */304 struct tx_servq be_q; /* priority == 0, 3 */305 struct tx_servq bk_q; /* priority == 1, 2 */306 struct tx_servq vi_q; /* priority == 4, 5 */307 struct tx_servq vo_q; /* priority == 6, 7 */308 struct list_head legacy_dz;309 struct list_head apsd;[all …]