Searched defs:wl1251_acx_ac_cfg (Results 1 – 2 of 2) sorted by relevance
1249 struct wl1251_acx_ac_cfg { struct1250 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;
993 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg() function