Searched refs:rts_threshold (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs.c98 DEBUGFS_READONLY_FILE(rts_threshold, 20, "%d",
99 local->rts_threshold);
312 DEBUGFS_ADD(rts_threshold);
377 DEBUGFS_DEL(rts_threshold);
H A Dieee80211_i.h439 int rts_threshold; member in struct:ieee80211_local
576 struct dentry *rts_threshold; member in struct:ieee80211_local::local_debugfsdentries
H A Dieee80211_ioctl.c848 local->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;
852 local->rts_threshold = rts->value;
859 local->rts_threshold);
870 rts->value = local->rts_threshold;
H A Dieee80211.c833 if (tx->skb->len + FCS_LEN > tx->local->rts_threshold &&
834 tx->local->rts_threshold < IEEE80211_MAX_RTS_THRESHOLD) {
4640 local->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_wx.c360 bcm->rts_threshold = BCM43xx_MAX_RTS_THRESHOLD;
365 bcm->rts_threshold = data->rts.value;
383 data->rts.value = bcm->rts_threshold;
385 data->rts.disabled = (bcm->rts_threshold == BCM43xx_MAX_RTS_THRESHOLD);
H A Dbcm43xx.h812 u32 rts_threshold; member in struct:bcm43xx_private
H A Dbcm43xx_main.c3972 bcm->rts_threshold = BCM43xx_DEFAULT_RTS_THRESHOLD;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c2447 struct ipw_rts_threshold rts_threshold = { local
2448 .rts_threshold = cpu_to_le16(rts),
2457 sizeof(rts_threshold), &rts_threshold);
8499 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9203 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9210 priv->rts_threshold = wrqu->rts.value;
9213 ipw_send_rts_threshold(priv, priv->rts_threshold);
9215 IPW_DEBUG_WX("SET RTS Threshold -> %d \n", priv->rts_threshold);
9225 wrqu->rts.value = priv->rts_threshold;
[all...]
H A Dipw2200.h910 u16 rts_threshold; member in struct:ipw_rts_threshold
1251 u16 rts_threshold; member in struct:ipw_priv
H A Dipw2100.h513 u32 rts_threshold; member in struct:ipw2100_priv
H A Datmel.c507 int rts_threshold; member in struct:atmel_private
1542 priv->rts_threshold = 2347;
2169 priv->rts_threshold = rthr;
2181 vwrq->value = priv->rts_threshold;
3981 atmel_set_mib16(priv, Mac_Mib_Type, MAC_MIB_RTS_THRESHOLD_POS, priv->rts_threshold);
H A Dipw2100.c4947 priv->rts_threshold = threshold;
5617 err = ipw2100_set_rts_threshold(priv, priv->rts_threshold);
6022 priv->rts_threshold = DEFAULT_RTS_THRESHOLD | RTS_DISABLED;
7121 value = priv->rts_threshold | RTS_DISABLED;
7148 wrqu->rts.value = priv->rts_threshold & ~RTS_DISABLED;
7152 wrqu->rts.disabled = (priv->rts_threshold & RTS_DISABLED) ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_wlan.h776 int rts_threshold; /* dot11RTSThreshold */ member in struct:local_info
H A Dhostap_hw.c1261 local->rts_threshold)) {
1263 dev->name, local->rts_threshold);
3183 local->rts_threshold = 2347;
H A Dhostap_ioctl.c580 local->rts_threshold = rts->value;

Completed in 334 milliseconds