Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dinit.c260 ret = wl1271_acx_rts_threshold(wl, wl->conf.rx.rts_threshold); in wl1271_init_phy_config()
Dacx.h1250 int wl1271_acx_rts_threshold(struct wl1271 *wl, u16 rts_threshold);
Dacx.c328 int wl1271_acx_rts_threshold(struct wl1271 *wl, u16 rts_threshold) in wl1271_acx_rts_threshold() function
Dmain.c2124 ret = wl1271_acx_rts_threshold(wl, (u16) value); in wl1271_op_set_rts_threshold()