Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dacx.h1235 struct wl1251_acx_ac_cfg { struct
1236 struct acx_header header;
1242 u8 ac;
1248 u8 cw_min;
1254 u16 cw_max;
1257 u8 aifsn;
1259 u8 reserved;
1262 u16 txop_limit;
H A Dacx.c993 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg() function