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

/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dcfg80211.c603 mwifiex_set_frag(struct mwifiex_private *priv, u32 frag_thr) mwifiex_set_frag() argument
605 if (frag_thr < MWIFIEX_FRAG_MIN_VALUE || mwifiex_set_frag()
606 frag_thr > MWIFIEX_FRAG_MAX_VALUE) mwifiex_set_frag()
607 frag_thr = MWIFIEX_FRAG_MAX_VALUE; mwifiex_set_frag()
611 &frag_thr, true); mwifiex_set_frag()
H A Duap_cmd.c581 frag_threshold->frag_thr = cpu_to_le16(bss_cfg->frag_threshold); mwifiex_uap_bss_param_prepare()
H A Dfw.h1835 __le16 frag_thr; member in struct:host_cmd_tlv_frag_threshold

Completed in 180 milliseconds