Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/wl1251/
Dinit.c138 ret = wl1251_acx_rts_threshold(wl, RTS_THRESHOLD_DEF); in wl1251_hw_init_phy_config()
Dacx.h1454 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold);
Dacx.c470 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold) in wl1251_acx_rts_threshold() function
Dmain.c952 ret = wl1251_acx_rts_threshold(wl, (u16) value); in wl1251_op_set_rts_threshold()