Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dcfg80211.c570 mwifiex_set_rts(struct mwifiex_private *priv, u32 rts_thr) in mwifiex_set_rts() argument
572 if (rts_thr < MWIFIEX_RTS_MIN_VALUE || rts_thr > MWIFIEX_RTS_MAX_VALUE) in mwifiex_set_rts()
573 rts_thr = MWIFIEX_RTS_MAX_VALUE; in mwifiex_set_rts()
577 &rts_thr); in mwifiex_set_rts()
Duap_cmd.c524 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold); in mwifiex_uap_bss_param_prepare()
Dfw.h1449 __le16 rts_thr; member