wl1251_acx_slot
int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time);
ret = wl1251_acx_slot(wl, DEFAULT_SLOT_TIME);
ret = wl1251_acx_slot(wl, SLOT_TIME_SHORT);
ret = wl1251_acx_slot(wl, SLOT_TIME_LONG);