Lines Matching defs:rts
439 struct acx_rts_threshold *rts;
442 wl1251_debug(DEBUG_ACX, "acx rts threshold");
444 rts = kzalloc(sizeof(*rts), GFP_KERNEL);
445 if (!rts)
448 rts->threshold = rts_threshold;
450 ret = wl1251_cmd_configure(wl, DOT11_RTS_THRESHOLD, rts, sizeof(*rts));
452 wl1251_warning("failed to set rts threshold: %d", ret);
457 kfree(rts);