Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dinit.c570 ret = wl1271_acx_frag_threshold(wl, wl->conf.tx.frag_threshold); in wl1271_hw_init()
Dacx.h1273 int wl1271_acx_frag_threshold(struct wl1271 *wl, u16 frag_threshold);
Dmain.c490 ret = wl1271_acx_frag_threshold(wl, wl->conf.tx.frag_threshold); in wl1271_plt_init()
2096 ret = wl1271_acx_frag_threshold(wl, (u16)value); in wl1271_op_set_frag_threshold()
Dacx.c901 int wl1271_acx_frag_threshold(struct wl1271 *wl, u16 frag_threshold) in wl1271_acx_frag_threshold() function