Home
last modified time | relevance | path

Searched refs:wl1271_acx_ac_cfg (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dinit.c578 ret = wl1271_acx_ac_cfg(wl, conf_ac->ac, conf_ac->cw_min, in wl1271_hw_init()
Dacx.h1268 int wl1271_acx_ac_cfg(struct wl1271 *wl, u8 ac, u8 cw_min, u16 cw_max,
Dmain.c498 ret = wl1271_acx_ac_cfg(wl, conf_ac->ac, conf_ac->cw_min, in wl1271_plt_init()
2662 ret = wl1271_acx_ac_cfg(wl, wl1271_tx_get_queue(queue), in wl1271_op_conf_tx()
Dacx.c833 int wl1271_acx_ac_cfg(struct wl1271 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1271_acx_ac_cfg() function