Home
last modified time | relevance | path

Searched refs:rts_thr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c724 mwifiex_set_rts(struct mwifiex_private *priv, u32 rts_thr) in mwifiex_set_rts() argument
726 if (rts_thr < MWIFIEX_RTS_MIN_VALUE || rts_thr > MWIFIEX_RTS_MAX_VALUE) in mwifiex_set_rts()
727 rts_thr = MWIFIEX_RTS_MAX_VALUE; in mwifiex_set_rts()
731 &rts_thr, true); in mwifiex_set_rts()
H A Duap_cmd.c569 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold); in mwifiex_uap_bss_param_prepare()
H A Dfw.h2059 __le16 rts_thr; member
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c1243 mac_info->rts_thr = le32_to_cpu(resp_info->rts_threshold); in qtnf_cmd_resp_proc_mac_info()