Searched defs:wl1251_acx_tid_cfg (Results 1 – 2 of 2) sorted by relevance
1306 struct wl1251_acx_tid_cfg { struct1307 struct acx_header header;1310 u8 queue;1313 u8 type;1316 u8 tsid;1319 u8 ps_scheme;1322 u8 ack_policy;1324 u8 padding[3];1327 u32 apsdconf[2];
1023 int wl1251_acx_tid_cfg(struct wl1251 *wl, u8 queue, in wl1251_acx_tid_cfg() function