Searched defs:sta_xmit_priv (Results 1 – 1 of 1) sorted by relevance
175 struct sta_xmit_priv { struct176 spinlock_t lock;177 sint option;178 sint apsd_setting; /* When bit mask is on, the associated edca180 struct tx_servq be_q; /* priority == 0,3 */181 struct tx_servq bk_q; /* priority == 1,2*/182 struct tx_servq vi_q; /*priority == 4,5*/183 struct tx_servq vo_q; /*priority == 6,7*/184 struct list_head legacy_dz;185 struct list_head apsd;[all …]