Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcore.h100 u32 rts_thr; member
Dcfg80211.c1064 wiphy->rts_threshold = macinfo->rts_thr; in qtnf_wiphy_register()
Dcommands.c1641 mac_info->rts_thr = (u32)le16_to_cpu(phy_thr->thr); in qtnf_cmd_resp_proc_phy_params()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c697 mwifiex_set_rts(struct mwifiex_private *priv, u32 rts_thr) in mwifiex_set_rts() argument
699 if (rts_thr < MWIFIEX_RTS_MIN_VALUE || rts_thr > MWIFIEX_RTS_MAX_VALUE) in mwifiex_set_rts()
700 rts_thr = MWIFIEX_RTS_MAX_VALUE; in mwifiex_set_rts()
704 &rts_thr, true); in mwifiex_set_rts()
Duap_cmd.c570 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold); in mwifiex_uap_bss_param_prepare()
Dfw.h2010 __le16 rts_thr; member