Searched refs:fts (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_module.c126 ieee->fts = DEFAULT_FTS;
H A Dieee80211_tx.c121 N parts of size ieee->fts. The first fragment contains the SNAP header and the
126 So if you have 1500 bytes of payload with ieee->fts set to 500 without
424 frag_size = ieee->fts;//default:392
H A Dieee80211.h916 u16 fts; /* Fragmentation Threshold */ member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dfc_encode.h33 struct fc_ns_fts fts; /* FC4-types object */ member in struct:fc_ns_rft
138 ct->payload.rft.fts = lport->fcts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_module.c189 ieee->fts = DEFAULT_FTS;
H A Dlibipw_tx.c92 N parts of size ieee->fts. The first fragment contains the SNAP header and the
97 So if you have 1500 bytes of payload with ieee->fts set to 500 without
387 frag_size = ieee->fts;
H A Dlibipw.h823 u16 fts; /* Fragmentation Threshold */ member in struct:libipw_device
H A Dipw2100.c7338 priv->ieee->fts = DEFAULT_FTS;
7344 priv->ieee->fts = wrqu->frag.value & ~0x1;
7345 priv->frag_threshold = priv->ieee->fts;
7348 IPW_DEBUG_WX("SET Frag Threshold -> %d\n", priv->ieee->fts);
H A Dipw2200.c9454 priv->ieee->fts = DEFAULT_FTS;
9462 priv->ieee->fts = wrqu->frag.value & ~0x1;
9477 wrqu->frag.value = priv->ieee->fts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_module.c127 ieee->fts = DEFAULT_FTS;
H A Dieee80211_tx.c122 N parts of size ieee->fts. The first fragment contains the SNAP header and the
127 So if you have 1500 bytes of payload with ieee->fts set to 500 without
762 frag_size = ieee->fts;//default:392
H A Dieee80211.h2056 u16 fts; /* Fragmentation Threshold */ member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_module.c126 ieee->fts = DEFAULT_FTS;
H A Dieee80211_tx.c120 N parts of size ieee->fts. The first fragment contains the SNAP header and the
125 So if you have 1500 bytes of payload with ieee->fts set to 500 without
710 frag_size = ieee->fts;//default:392
H A Dieee80211.h1251 u16 fts; /* Fragmentation Threshold */ member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c127 ieee->fts = DEFAULT_FTS;
H A Dieee80211_tx.c121 N parts of size ieee->fts. The first fragment contains the SNAP header and the
126 So if you have 1500 bytes of payload with ieee->fts set to 500 without
701 frag_size = ieee->fts;//default:392
H A Dieee80211.h1908 u16 fts; /* Fragmentation Threshold */ member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_wx.c550 priv->ieee80211->fts = DEFAULT_FRAG_THRESHOLD;
556 priv->ieee80211->fts = wrqu->frag.value & ~0x1;
569 wrqu->frag.value = priv->ieee80211->fts;
H A Dieee80211.h1902 u16 fts; /* Fragmentation Threshold */ member in struct:ieee80211_device
H A Dr8192E_core.c2427 priv->ieee80211->fts = DEFAULT_FRAG_THRESHOLD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_wx.c607 priv->ieee80211->fts = DEFAULT_FRAG_THRESHOLD;
613 priv->ieee80211->fts = wrqu->frag.value & ~0x1;
626 wrqu->frag.value = priv->ieee80211->fts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_wx.c502 priv->ieee80211->fts = DEFAULT_FRAG_THRESHOLD;
508 priv->ieee80211->fts = wrqu->frag.value & ~0x1;
521 wrqu->frag.value = priv->ieee80211->fts;
H A Dr8180_core.c514 requiredbyte = priv->ieee80211->fts + sizeof(struct ieee80211_header_data);
2774 priv->ieee80211->fts = DEFAULT_FRAG_THRESHOLD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_wx.c618 priv->ieee80211->fts = DEFAULT_FRAG_THRESHOLD;
624 priv->ieee80211->fts = wrqu->frag.value & ~0x1;
637 wrqu->frag.value = priv->ieee80211->fts;

Completed in 446 milliseconds

12