Searched refs:RTS_DISABLED (Results 1 – 2 of 2) sorted by relevance
354 #define RTS_DISABLED (1<<31) macro
4973 if (threshold & RTS_DISABLED) in ipw2100_set_rts_threshold()4976 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED; in ipw2100_set_rts_threshold()6119 priv->rts_threshold = DEFAULT_RTS_THRESHOLD | RTS_DISABLED; in ipw2100_alloc_device()7192 value = priv->rts_threshold | RTS_DISABLED; in ipw2100_wx_set_rts()7219 wrqu->rts.value = priv->rts_threshold & ~RTS_DISABLED; in ipw2100_wx_get_rts()7223 wrqu->rts.disabled = (priv->rts_threshold & RTS_DISABLED) ? 1 : 0; in ipw2100_wx_get_rts()