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

12

/drivers/net/wireless/orinoco/
H A Dcfg.c89 wiphy->rts_threshold = priv->rts_thresh;
256 if (wiphy->rts_threshold < 0)
258 else if (wiphy->rts_threshold > 2347)
261 rts_value = wiphy->rts_threshold;
/drivers/net/wireless/
H A Dat76c50x-usb.h140 __le16 rts_threshold; member in struct:at76_card_config
257 __le16 rts_threshold; member in struct:mib_mac
413 int rts_threshold; /* threshold for RTS mechanism */ member in struct:at76_priv
H A Dat76c50x-usb.c920 priv->mib_buf.index = offsetof(struct mib_mac, rts_threshold);
1068 "max_rx_lifetime %d frag_threshold %d rts_threshold %d "
1076 le16_to_cpu(m->frag_threshold), le16_to_cpu(m->rts_threshold),
1381 preambles[priv->preamble_type], priv->rts_threshold,
1413 ccfg->rts_threshold = cpu_to_le16(priv->rts_threshold);
1455 ret = at76_set_rts(priv, priv->rts_threshold);
2270 priv->rts_threshold = DEF_RTS_THRESHOLD;
H A Drndis_wlan.c1275 static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold) argument
1279 netdev_dbg(usbdev->net, "%s(): %i\n", __func__, rts_threshold);
1281 if (rts_threshold < 0 || rts_threshold > 2347)
1282 rts_threshold = 2347;
1284 tmp = cpu_to_le32(rts_threshold);
1925 err = set_rts_threshold(usbdev, wiphy->rts_threshold);
H A Datmel.c523 int rts_threshold; member in struct:atmel_private
1584 priv->rts_threshold = 2347;
2218 priv->rts_threshold = rthr;
2230 vwrq->value = priv->rts_threshold;
4048 atmel_set_mib16(priv, Mac_Mib_Type, MAC_MIB_RTS_THRESHOLD_POS, priv->rts_threshold);
/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c394 (iwm->conf.rts_threshold != wiphy->rts_threshold)) {
397 iwm->conf.rts_threshold = wiphy->rts_threshold;
401 iwm->conf.rts_threshold);
H A Diwm.h79 u32 rts_threshold; member in struct:iwm_conf
H A Dcommands.c389 iwm->conf.rts_threshold);
H A Dmain.c79 .rts_threshold = IEEE80211_MAX_RTS_THRESHOLD,
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.h165 u32 rts_threshold; member in struct:brcmf_cfg80211_conf
H A Dwl_cfg80211.c712 static s32 brcmf_set_rts(struct net_device *ndev, u32 rts_threshold) argument
716 err = brcmf_dev_intvar_set(ndev, "rtsthresh", rts_threshold);
758 (cfg_priv->conf->rts_threshold != wiphy->rts_threshold)) {
759 cfg_priv->conf->rts_threshold = wiphy->rts_threshold;
760 err = brcmf_set_rts(ndev, cfg_priv->conf->rts_threshold);
3196 conf->rts_threshold = (u32)-1;
/drivers/net/wireless/wl12xx/
H A Dacx.c284 u32 rts_threshold)
293 if (rts_threshold > IEEE80211_MAX_RTS_THRESHOLD)
294 rts_threshold = wl->conf.rx.rts_threshold;
296 wl1271_debug(DEBUG_ACX, "acx rts threshold: %d", rts_threshold);
305 rts->threshold = cpu_to_le16((u16)rts_threshold);
283 wl1271_acx_rts_threshold(struct wl1271 *wl, struct wl12xx_vif *wlvif, u32 rts_threshold) argument
H A Dconf.h386 u16 rts_threshold; member in struct:conf_rx_settings
H A Dinit.c256 ret = wl1271_acx_rts_threshold(wl, wlvif, wl->hw->wiphy->rts_threshold);
H A Dacx.h1245 u32 rts_threshold);
/drivers/staging/wlan-ng/
H A Dcfg80211.c434 if (wiphy->rts_threshold == -1)
437 data = wiphy->rts_threshold;
/drivers/net/wireless/wl1251/
H A Dacx.c470 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold) argument
483 rts->threshold = rts_threshold;
H A Dacx.h1454 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold);
/drivers/net/wireless/bcmdhd/
H A Dwl_cfg80211.h258 u32 rts_threshold; member in struct:wl_conf
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c306 if (priv->hw->wiphy->rts_threshold != (u32) -1)
307 if (skb->len > priv->hw->wiphy->rts_threshold)
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c2533 struct ipw_rts_threshold rts_threshold = { local
2534 .rts_threshold = cpu_to_le16(rts),
2543 sizeof(rts_threshold), &rts_threshold);
8690 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9381 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9388 priv->rts_threshold = wrqu->rts.value;
9391 ipw_send_rts_threshold(priv, priv->rts_threshold);
9393 IPW_DEBUG_WX("SET RTS Threshold -> %d\n", priv->rts_threshold);
9403 wrqu->rts.value = priv->rts_threshold;
[all...]
H A Dipw2200.h915 __le16 rts_threshold; member in struct:ipw_rts_threshold
1257 u16 rts_threshold; member in struct:ipw_priv
H A Dipw2100.h536 u32 rts_threshold; member in struct:ipw2100_priv
/drivers/net/wireless/hostap/
H A Dhostap_wlan.h785 int rts_threshold; /* dot11RTSThreshold */ member in struct:local_info
/drivers/net/wireless/mwifiex/
H A Dcfg80211.c446 ret = mwifiex_set_rts(priv, wiphy->rts_threshold);

Completed in 834 milliseconds

12