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