Searched refs:FRAG_DISABLED (Results 1 – 2 of 2) sorted by relevance
339 #define FRAG_DISABLED (1<<31) macro
6103 priv->frag_threshold = DEFAULT_FTS | FRAG_DISABLED; in ipw2100_alloc_device()7276 priv->frag_threshold |= FRAG_DISABLED; in ipw2100_wx_set_frag()7301 wrqu->frag.value = priv->frag_threshold & ~FRAG_DISABLED; in ipw2100_wx_get_frag()7303 wrqu->frag.disabled = (priv->frag_threshold & FRAG_DISABLED) ? 1 : 0; in ipw2100_wx_get_frag()