Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dcfg80211.c552 mwifiex_set_frag(struct mwifiex_private *priv, u32 frag_thr) in mwifiex_set_frag() argument
554 if (frag_thr < MWIFIEX_FRAG_MIN_VALUE || in mwifiex_set_frag()
555 frag_thr > MWIFIEX_FRAG_MAX_VALUE) in mwifiex_set_frag()
556 frag_thr = MWIFIEX_FRAG_MAX_VALUE; in mwifiex_set_frag()
560 &frag_thr); in mwifiex_set_frag()
Duap_cmd.c536 frag_threshold->frag_thr = cpu_to_le16(bss_cfg->frag_threshold); in mwifiex_uap_bss_param_prepare()
Dfw.h1444 __le16 frag_thr; member