Searched defs:wl1251_acx_tid_cfg (Results 1 – 2 of 2) sorted by relevance
1292 struct wl1251_acx_tid_cfg { struct1293 struct acx_header header;1296 u8 queue;1299 u8 type;1302 u8 tsid;1305 u8 ps_scheme;1308 u8 ack_policy;1310 u8 padding[3];1313 u32 apsdconf[2];
1023 int wl1251_acx_tid_cfg(struct wl1251 *wl, u8 queue, in wl1251_acx_tid_cfg() function