Searched refs:FRAG_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.h337 #define FRAG_DISABLED (1<<31) macro
H A Dipw2100.c6124 priv->frag_threshold = DEFAULT_FTS | FRAG_DISABLED;
7337 priv->frag_threshold |= FRAG_DISABLED;
7362 wrqu->frag.value = priv->frag_threshold & ~FRAG_DISABLED;
7364 wrqu->frag.disabled = (priv->frag_threshold & FRAG_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.h337 #define FRAG_DISABLED (1<<31) macro
H A Dipw2100.c6124 priv->frag_threshold = DEFAULT_FTS | FRAG_DISABLED;
7337 priv->frag_threshold |= FRAG_DISABLED;
7362 wrqu->frag.value = priv->frag_threshold & ~FRAG_DISABLED;
7364 wrqu->frag.disabled = (priv->frag_threshold & FRAG_DISABLED) ? 1 : 0;

Completed in 255 milliseconds