Searched refs:RTS_DISABLED (Results 1 – 2 of 2) sorted by relevance
340 #define RTS_DISABLED (1<<31) macro
4964 if (threshold & RTS_DISABLED) in ipw2100_set_rts_threshold()4967 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED; in ipw2100_set_rts_threshold()6105 priv->rts_threshold = DEFAULT_RTS_THRESHOLD | RTS_DISABLED; in ipw2100_alloc_device()7178 value = priv->rts_threshold | RTS_DISABLED; in ipw2100_wx_set_rts()7205 wrqu->rts.value = priv->rts_threshold & ~RTS_DISABLED; in ipw2100_wx_get_rts()7209 wrqu->rts.disabled = (priv->rts_threshold & RTS_DISABLED) ? 1 : 0; in ipw2100_wx_get_rts()