Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wl1251/
Dinit.c126 ret = wl1251_acx_slot(wl, DEFAULT_SLOT_TIME); in wl1251_hw_init_phy_config()
Dmain.c1171 ret = wl1251_acx_slot(wl, SLOT_TIME_SHORT); in wl1251_op_bss_info_changed()
1173 ret = wl1251_acx_slot(wl, SLOT_TIME_LONG); in wl1251_op_bss_info_changed()
Dacx.h1465 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time);
Dacx.c358 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time) in wl1251_acx_slot() function