Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dinit.c252 ret = wl1271_acx_slot(wl, DEFAULT_SLOT_TIME); in wl1271_init_phy_config()
Dacx.h1246 int wl1271_acx_slot(struct wl1271 *wl, enum acx_slot_type slot_time);
Dmain.c2163 ret = wl1271_acx_slot(wl, SLOT_TIME_SHORT); in wl1271_bss_erp_info_changed()
2165 ret = wl1271_acx_slot(wl, SLOT_TIME_LONG); in wl1271_bss_erp_info_changed()
Dacx.c241 int wl1271_acx_slot(struct wl1271 *wl, enum acx_slot_type slot_time) in wl1271_acx_slot() function