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

123

/linux-master/net/wireless/
H A Ddebugfs.c32 DEBUGFS_READONLY_FILE(rts_threshold, 20, "%d",
33 wiphy->rts_threshold);
107 DEBUGFS_ADD(rts_threshold);
H A Dwext-compat.c262 u32 orts = wdev->wiphy->rts_threshold;
267 wdev->wiphy->rts_threshold = (u32) -1;
272 wdev->wiphy->rts_threshold = rts->value;
278 wdev->wiphy->rts_threshold = orts;
293 rts->value = wdev->wiphy->rts_threshold;
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h136 __le16 rts_threshold; member in struct:at76_card_config
241 __le16 rts_threshold; member in struct:mib_mac
410 int rts_threshold; /* threshold for RTS mechanism */ member in struct:at76_priv
H A Dat76c50x-usb.c903 priv->mib_buf.index = offsetof(struct mib_mac, rts_threshold);
1051 "max_rx_lifetime %d frag_threshold %d rts_threshold %d "
1059 le16_to_cpu(m->frag_threshold), le16_to_cpu(m->rts_threshold),
1363 preambles[priv->preamble_type], priv->rts_threshold,
1395 ccfg->rts_threshold = cpu_to_le16(priv->rts_threshold);
1439 ret = at76_set_rts(priv, priv->rts_threshold);
2347 priv->rts_threshold = DEF_RTS_THRESHOLD;
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c286 config->rts_threshold = 0x7FFF;
478 struct host_cmd_tlv_rts_threshold *rts_threshold; local
567 if (bss_cfg->rts_threshold <= MWIFIEX_RTS_MAX_VALUE) {
568 rts_threshold = (struct host_cmd_tlv_rts_threshold *)tlv;
569 rts_threshold->header.type =
571 rts_threshold->header.len =
574 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold);
H A Dioctl.h88 u16 rts_threshold; member in struct:mwifiex_uap_bss_param
/linux-master/drivers/net/wireless/st/cw1200/
H A Dcw1200.h182 u32 rts_threshold; member in struct:cw1200_common
H A Dmain.c307 priv->rts_threshold = -1;
H A Dsta.c874 if (priv->rts_threshold == value)
878 priv->rts_threshold);
884 priv->rts_threshold = value;
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h57 u16 rts_threshold; member in struct:cfg_param_attr
H A Dcfg80211.c849 if (wiphy->rts_threshold > 255) {
852 wiphy->rts_threshold);
854 cfg_param_val.rts_threshold = wiphy->rts_threshold;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h111 u32 rts_threshold; member in struct:brcmf_cfg80211_conf
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c277 u32 rts_threshold)
286 if (rts_threshold > IEEE80211_MAX_RTS_THRESHOLD)
287 rts_threshold = wl->conf.rx.rts_threshold;
289 wl1271_debug(DEBUG_ACX, "acx rts threshold: %d", rts_threshold);
298 rts->threshold = cpu_to_le16((u16)rts_threshold);
276 wl1271_acx_rts_threshold(struct wl1271 *wl, struct wl12xx_vif *wlvif, u32 rts_threshold) argument
H A Dconf.h149 u16 rts_threshold; member in struct:conf_rx_settings
H A Dinit.c260 ret = wl1271_acx_rts_threshold(wl, wlvif, wl->hw->wiphy->rts_threshold);
/linux-master/drivers/staging/wlan-ng/
H A Dcfg80211.c404 if (wiphy->rts_threshold == -1)
407 data = wiphy->rts_threshold;
/linux-master/drivers/net/wireless/rsi/
H A Drsi_main.h264 u16 rts_threshold; member in struct:rsi_common
H A Drsi_91x_mac80211.c716 if ((common->rts_threshold) <= IEEE80211_MAX_RTS_THRESHOLD) {
1214 common->rts_threshold = value;
2053 wiphy->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;
H A Drsi_mgmt.h428 __le16 rts_threshold; member in struct:rsi_vap_caps
H A Drsi_91x_mgmt.c277 common->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;
750 vap_caps->rts_threshold = cpu_to_le16(common->rts_threshold);
1227 cpu_to_le32(common->rts_threshold);
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c437 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold) argument
448 rts->threshold = rts_threshold;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c311 if (priv->hw->wiphy->rts_threshold != (u32) -1)
312 if (skb->len > priv->hw->wiphy->rts_threshold)
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c2478 struct ipw_rts_threshold rts_threshold = { local
2479 .rts_threshold = cpu_to_le16(rts),
2488 sizeof(rts_threshold), &rts_threshold);
8520 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9201 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9208 priv->rts_threshold = wrqu->rts.value;
9211 ipw_send_rts_threshold(priv, priv->rts_threshold);
9213 IPW_DEBUG_WX("SET RTS Threshold -> %d\n", priv->rts_threshold);
9223 wrqu->rts.value = priv->rts_threshold;
[all...]
H A Dipw2200.h900 __le16 rts_threshold; member in struct:ipw_rts_threshold
1241 u16 rts_threshold; member in struct:ipw_priv
H A Dipw2100.h514 u32 rts_threshold; member in struct:ipw2100_priv

Completed in 280 milliseconds

123