Searched refs:frag_threshold (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.h514 u32 frag_threshold; member in struct:ipw2100_priv
H A Datmel.c508 int frag_threshold; member in struct:atmel_private
1541 priv->frag_threshold = 2346;
2202 priv->frag_threshold = fthr;
2214 vwrq->value = priv->frag_threshold;
3982 atmel_set_mib16(priv, Mac_Mib_Type, MAC_MIB_FRAG_THRESHOLD_POS, priv->frag_threshold);
H A Dipw2100.c5656 priv, priv->frag_threshold, batch_mode);
6023 priv->frag_threshold = DEFAULT_FTS | FRAG_DISABLED;
7241 priv->frag_threshold |= FRAG_DISABLED;
7249 priv->frag_threshold = priv->ieee->fts;
7266 wrqu->frag.value = priv->frag_threshold & ~FRAG_DISABLED;
7268 wrqu->frag.disabled = (priv->frag_threshold & FRAG_DISABLED) ? 1 : 0;
H A Dipw2200.h915 u16 frag_threshold; member in struct:ipw_frag_threshold
H A Dipw2200.c2462 struct ipw_frag_threshold frag_threshold = { local
2463 .frag_threshold = cpu_to_le16(frag),
2472 sizeof(frag_threshold), &frag_threshold);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c501 int frag_threshold = tx->local->fragmentation_threshold; local
510 per_fragm = frag_threshold - hdrlen - FCS_LEN;
532 frag_threshold +

Completed in 314 milliseconds