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