Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dacx.h1306 struct wl1251_acx_tid_cfg { struct
1307 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];
Dacx.c1023 int wl1251_acx_tid_cfg(struct wl1251 *wl, u8 queue, in wl1251_acx_tid_cfg() function