Home
last modified time | relevance | path

Searched defs:sta_xmit_priv (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/staging/rtl8712/
Drtl871x_xmit.h175 struct sta_xmit_priv { struct
176 spinlock_t lock;
177 sint option;
178 sint apsd_setting; /* When bit mask is on, the associated edca
180 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 …]