Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/net/wireless/
H A Ddebugfs.c31 DEBUGFS_READONLY_FILE(rts_threshold, 20, "%d",
32 wiphy->rts_threshold);
110 DEBUGFS_ADD(rts_threshold); in cfg80211_debugfs_rdev_add()
H A Dwext-compat.c256 u32 orts = wdev->wiphy->rts_threshold; in cfg80211_wext_siwrts()
260 wdev->wiphy->rts_threshold = (u32) -1; in cfg80211_wext_siwrts()
264 wdev->wiphy->rts_threshold = rts->value; in cfg80211_wext_siwrts()
268 wdev->wiphy->rts_threshold = orts; in cfg80211_wext_siwrts()
280 rts->value = wdev->wiphy->rts_threshold; in cfg80211_wext_giwrts()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c297 config->rts_threshold = 0x7FFF; in mwifiex_set_sys_config_invalid_data()
488 struct host_cmd_tlv_rts_threshold *rts_threshold; in mwifiex_uap_bss_param_prepare() local
570 if (bss_cfg->rts_threshold <= MWIFIEX_RTS_MAX_VALUE) { in mwifiex_uap_bss_param_prepare()
571 rts_threshold = (struct host_cmd_tlv_rts_threshold *)tlv; in mwifiex_uap_bss_param_prepare()
572 rts_threshold->header.type = in mwifiex_uap_bss_param_prepare()
574 rts_threshold->header.len = in mwifiex_uap_bss_param_prepare()
577 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold); in mwifiex_uap_bss_param_prepare()
H A Dioctl.h100 u16 rts_threshold; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h136 __le16 rts_threshold; member
241 __le16 rts_threshold; member
410 int rts_threshold; /* threshold for RTS mechanism */ member
H A Dat76c50x-usb.c903 priv->mib_buf.index = offsetof(struct mib_mac, rts_threshold); in at76_set_rts()
1059 le16_to_cpu(m->frag_threshold), le16_to_cpu(m->rts_threshold), in at76_dump_mib_mac()
1363 preambles[priv->preamble_type], priv->rts_threshold, in at76_startup_device()
1395 ccfg->rts_threshold = cpu_to_le16(priv->rts_threshold); in at76_startup_device()
1439 ret = at76_set_rts(priv, priv->rts_threshold); in at76_startup_device()
2342 priv->rts_threshold = DEF_RTS_THRESHOLD; in at76_init_new_device()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/template/
H A Dhostapd.conf137 rts_threshold=2347
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dacx.c277 u32 rts_threshold) in wl1271_acx_rts_threshold() argument
286 if (rts_threshold > IEEE80211_MAX_RTS_THRESHOLD) in wl1271_acx_rts_threshold()
287 rts_threshold = wl->conf.rx.rts_threshold; in wl1271_acx_rts_threshold()
289 wl1271_debug(DEBUG_ACX, "acx rts threshold: %d", rts_threshold); in wl1271_acx_rts_threshold()
298 rts->threshold = cpu_to_le16((u16)rts_threshold); in wl1271_acx_rts_threshold()
H A Dconf.h149 u16 rts_threshold; member
H A Dinit.c260 ret = wl1271_acx_rts_threshold(wl, wlvif, wl->hw->wiphy->rts_threshold); in wl12xx_init_phy_vif_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dcw1200.h182 u32 rts_threshold; member
H A Dmain.c302 priv->rts_threshold = -1; in cw1200_init_common()
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dcfg80211.c399 if (wiphy->rts_threshold == -1) in prism2_set_wiphy_params()
402 data = wiphy->rts_threshold; in prism2_set_wiphy_params()
/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h58 u16 rts_threshold; member
H A Dcfg80211.c833 if (wiphy->rts_threshold > 255) { in set_wiphy_params()
836 wiphy->rts_threshold); in set_wiphy_params()
838 cfg_param_val.rts_threshold = wiphy->rts_threshold; in set_wiphy_params()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h111 u32 rts_threshold; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_main.h264 u16 rts_threshold; member
H A Drsi_91x_mgmt.c277 common->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in rsi_set_default_parameters()
750 vap_caps->rts_threshold = cpu_to_le16(common->rts_threshold); in rsi_set_vap_capabilities()
1228 cpu_to_le32(common->rts_threshold); in rsi_send_vap_dynamic_update()
H A Drsi_91x_mac80211.c719 if ((common->rts_threshold) <= IEEE80211_MAX_RTS_THRESHOLD) { in rsi_mac80211_config()
1195 common->rts_threshold = value; in rsi_mac80211_set_rts_threshold()
2031 wiphy->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in rsi_mac80211_attach()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Drndis_wlan.c1215 static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold) in set_rts_threshold() argument
1219 netdev_dbg(usbdev->net, "%s(): %i\n", __func__, rts_threshold); in set_rts_threshold()
1221 if (rts_threshold == -1 || rts_threshold > 2347) in set_rts_threshold()
1222 rts_threshold = 2347; in set_rts_threshold()
1224 tmp = cpu_to_le32(rts_threshold); in set_rts_threshold()
1876 err = set_rts_threshold(usbdev, wiphy->rts_threshold); in rndis_set_wiphy_params()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dacx.c437 int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold) in wl1251_acx_rts_threshold() argument
448 rts->threshold = rts_threshold; in wl1251_acx_rts_threshold()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_uap_cfg80211.c661 sys_config->rts_threshold = wiphy->rts_threshold; in woal_cfg80211_beacon_config()
666 if (sys_config->rts_threshold == MLAN_FRAG_RTS_DISABLED) { in woal_cfg80211_beacon_config()
667 sys_config->rts_threshold = MLAN_RTS_MAX_VALUE; in woal_cfg80211_beacon_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h900 __le16 rts_threshold; member
1242 u16 rts_threshold; member

12345