Lines Matching refs:rts_threshold
2533 struct ipw_rts_threshold rts_threshold = { in ipw_send_rts_threshold() local
2534 .rts_threshold = cpu_to_le16(rts), in ipw_send_rts_threshold()
2543 sizeof(rts_threshold), &rts_threshold); in ipw_send_rts_threshold()
8597 priv->rts_threshold = DEFAULT_RTS_THRESHOLD; in ipw_sw_reset()
9278 priv->rts_threshold = DEFAULT_RTS_THRESHOLD; in ipw_wx_set_rts()
9285 priv->rts_threshold = wrqu->rts.value; in ipw_wx_set_rts()
9288 ipw_send_rts_threshold(priv, priv->rts_threshold); in ipw_wx_set_rts()
9290 IPW_DEBUG_WX("SET RTS Threshold -> %d\n", priv->rts_threshold); in ipw_wx_set_rts()
9300 wrqu->rts.value = priv->rts_threshold; in ipw_wx_get_rts()
10874 if (priv->rts_threshold) { in ipw_config()
10875 if (ipw_send_rts_threshold(priv, priv->rts_threshold)) in ipw_config()