Home
last modified time | relevance | path

Searched refs:rts_threshold (Results 1 – 25 of 51) sorted by relevance

123

/drivers/net/wireless/orinoco/
Dcfg.c90 wiphy->rts_threshold = priv->rts_thresh; in orinoco_wiphy_register()
255 if (wiphy->rts_threshold == -1) in orinoco_set_wiphy_params()
257 else if (wiphy->rts_threshold > 2347) in orinoco_set_wiphy_params()
260 rts_value = wiphy->rts_threshold; in orinoco_set_wiphy_params()
/drivers/net/wireless/mwifiex/
Duap_cmd.c318 config->rts_threshold = 0x7FFF; in mwifiex_set_sys_config_invalid_data()
487 struct host_cmd_tlv_rts_threshold *rts_threshold; in mwifiex_uap_bss_param_prepare() local
569 if (bss_cfg->rts_threshold <= MWIFIEX_RTS_MAX_VALUE) { in mwifiex_uap_bss_param_prepare()
570 rts_threshold = (struct host_cmd_tlv_rts_threshold *)tlv; in mwifiex_uap_bss_param_prepare()
571 rts_threshold->header.type = in mwifiex_uap_bss_param_prepare()
573 rts_threshold->header.len = in mwifiex_uap_bss_param_prepare()
576 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold); in mwifiex_uap_bss_param_prepare()
Dioctl.h96 u16 rts_threshold; member
/drivers/net/wireless/
Dat76c50x-usb.h140 __le16 rts_threshold; member
245 __le16 rts_threshold; member
414 int rts_threshold; /* threshold for RTS mechanism */ member
Dat76c50x-usb.c908 priv->mib_buf.index = offsetof(struct mib_mac, rts_threshold); in at76_set_rts()
1064 le16_to_cpu(m->frag_threshold), le16_to_cpu(m->rts_threshold), in at76_dump_mib_mac()
1369 preambles[priv->preamble_type], priv->rts_threshold, in at76_startup_device()
1401 ccfg->rts_threshold = cpu_to_le16(priv->rts_threshold); in at76_startup_device()
1445 ret = at76_set_rts(priv, priv->rts_threshold); in at76_startup_device()
2345 priv->rts_threshold = DEF_RTS_THRESHOLD; in at76_init_new_device()
Drndis_wlan.c1233 static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold) in set_rts_threshold() argument
1237 netdev_dbg(usbdev->net, "%s(): %i\n", __func__, rts_threshold); in set_rts_threshold()
1239 if (rts_threshold == -1 || rts_threshold > 2347) in set_rts_threshold()
1240 rts_threshold = 2347; in set_rts_threshold()
1242 tmp = cpu_to_le32(rts_threshold); in set_rts_threshold()
1896 err = set_rts_threshold(usbdev, wiphy->rts_threshold); in rndis_set_wiphy_params()
/drivers/net/wireless/ti/wlcore/
Dacx.c292 u32 rts_threshold) in wl1271_acx_rts_threshold() argument
301 if (rts_threshold > IEEE80211_MAX_RTS_THRESHOLD) in wl1271_acx_rts_threshold()
302 rts_threshold = wl->conf.rx.rts_threshold; in wl1271_acx_rts_threshold()
304 wl1271_debug(DEBUG_ACX, "acx rts threshold: %d", rts_threshold); in wl1271_acx_rts_threshold()
313 rts->threshold = cpu_to_le16((u16)rts_threshold); in wl1271_acx_rts_threshold()
Dconf.h394 u16 rts_threshold; member
Dinit.c274 ret = wl1271_acx_rts_threshold(wl, wlvif, wl->hw->wiphy->rts_threshold); in wl12xx_init_phy_vif_config()
/drivers/net/wireless/rsi/
Drsi_main.h173 u16 rts_threshold; member
Drsi_mgmt.h216 __le16 rts_threshold; member
Drsi_91x_mgmt.c215 common->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in rsi_set_default_parameters()
655 vap_caps->rts_threshold = cpu_to_le16(common->rts_threshold); in rsi_set_vap_capabilities()
Drsi_91x_mac80211.c759 common->rts_threshold = value; in rsi_mac80211_set_rts_threshold()
1086 wiphy->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in rsi_mac80211_attach()
/drivers/net/wireless/cw1200/
Dcw1200.h185 u32 rts_threshold; member
Dmain.c305 priv->rts_threshold = -1; in cw1200_init_common()
Dsta.c882 if (priv->rts_threshold == value) in cw1200_set_rts_threshold()
886 priv->rts_threshold); in cw1200_set_rts_threshold()
892 priv->rts_threshold = value; in cw1200_set_rts_threshold()
/drivers/staging/wlan-ng/
Dcfg80211.c455 if (wiphy->rts_threshold == -1) in prism2_set_wiphy_params()
458 data = wiphy->rts_threshold; in prism2_set_wiphy_params()
/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.h97 u32 rts_threshold; member
Dcfg80211.c1140 static s32 brcmf_set_rts(struct net_device *ndev, u32 rts_threshold) in brcmf_set_rts() argument
1145 rts_threshold); in brcmf_set_rts()
1189 (cfg->conf->rts_threshold != wiphy->rts_threshold)) { in brcmf_cfg80211_set_wiphy_params()
1190 cfg->conf->rts_threshold = wiphy->rts_threshold; in brcmf_cfg80211_set_wiphy_params()
1191 err = brcmf_set_rts(ndev, cfg->conf->rts_threshold); in brcmf_cfg80211_set_wiphy_params()
5183 conf->rts_threshold = (u32)-1; in brcmf_init_conf()
/drivers/net/wireless/ti/wl1251/
Dacx.c436 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold) in wl1251_acx_rts_threshold() argument
447 rts->threshold = rts_threshold; in wl1251_acx_rts_threshold()
Dacx.h1469 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold);
/drivers/staging/wilc1000/
Dhost_interface.h114 u16 rts_threshold; member
/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c306 if (priv->hw->wiphy->rts_threshold != (u32) -1) in ath9k_htc_tx_data()
307 if (skb->len > priv->hw->wiphy->rts_threshold) in ath9k_htc_tx_data()
/drivers/net/wireless/ipw2x00/
Dipw2200.h914 __le16 rts_threshold; member
1256 u16 rts_threshold; member
Dipw2100.h528 u32 rts_threshold; member

123