Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl1251/
H A Dinit.c124 ret = wl1251_acx_rts_threshold(wl, RTS_THRESHOLD_DEF); in wl1251_hw_init_phy_config()
H A Dacx.h1455 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold);
H A Dacx.c437 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold) in wl1251_acx_rts_threshold() function
H A Dmain.c1065 ret = wl1251_acx_rts_threshold(wl, (u16) value); in wl1251_op_set_rts_threshold()