Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dcfg.c207 int rts_value = -1; in orinoco_set_wiphy_params() local
256 rts_value = 2347; in orinoco_set_wiphy_params()
260 rts_value = wiphy->rts_threshold; in orinoco_set_wiphy_params()
275 if (rts_value >= 0) in orinoco_set_wiphy_params()
276 priv->rts_thresh = rts_value; in orinoco_set_wiphy_params()