Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dacx.h1249 struct wl1251_acx_ac_cfg { struct
1250 struct acx_header header;
1256 u8 ac;
1262 u8 cw_min;
1268 u16 cw_max;
1271 u8 aifsn;
1273 u8 reserved;
1276 u16 txop_limit;
Dacx.c993 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg() function