Searched refs:RTS_DISABLED (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2100.h338 #define RTS_DISABLED (1<<31) macro
H A Dipw2100.c5033 if (threshold & RTS_DISABLED)
5036 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED;
6123 priv->rts_threshold = DEFAULT_RTS_THRESHOLD | RTS_DISABLED;
7217 value = priv->rts_threshold | RTS_DISABLED;
7244 wrqu->rts.value = priv->rts_threshold & ~RTS_DISABLED;
7248 wrqu->rts.disabled = (priv->rts_threshold & RTS_DISABLED) ? 1 : 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.h338 #define RTS_DISABLED (1<<31) macro
H A Dipw2100.c5033 if (threshold & RTS_DISABLED)
5036 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED;
6123 priv->rts_threshold = DEFAULT_RTS_THRESHOLD | RTS_DISABLED;
7217 value = priv->rts_threshold | RTS_DISABLED;
7244 wrqu->rts.value = priv->rts_threshold & ~RTS_DISABLED;
7248 wrqu->rts.disabled = (priv->rts_threshold & RTS_DISABLED) ? 1 : 0;

Completed in 152 milliseconds